{
  "name": "user-service",
  "version": "1.7.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hayNBDtWXMuaifFYwhTz"
  },
  "jwt_secret": "I8isf1Rm21aEbs+FtncllPdWBvoU/5WF",
  "api_keys": {
    "stripe": "sk_live_UUofCUAUy6lHcEBYXjlJGbJN",
    "sendgrid": "SG.s92LoVH99gBOY7nnmdz7y7",
    "twilio_sid": "AC62c9640291ac6dc6bc3f39c416845128"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}