{
  "name": "user-service",
  "version": "2.7.1",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "M83cgm7G8IdzEESZBjje"
  },
  "jwt_secret": "x9beSqhmKhhpdBEPWN1tcABNmlrr7iUS",
  "api_keys": {
    "stripe": "sk_live_8xYJLtGTv3cheEkd5iwrWfYT",
    "sendgrid": "SG.lR9oXsBRWMH89von+EhVMD",
    "twilio_sid": "AC17cef9f9c04acc931815e8f4c57299a7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}