{
  "name": "auth-service",
  "version": "2.3.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gOUdCRxT5luXUbfu3wVG"
  },
  "jwt_secret": "L9rUG4EoQk6L0P9G27TMYU+G4K3VoeUV",
  "api_keys": {
    "stripe": "sk_live_ektH9J58P52EBbUN5OsWTuhN",
    "sendgrid": "SG.cxRSGCmAEHJ0MpeWtBT+3G",
    "twilio_sid": "ACa577d2ce5b34249d00b74998dfb59445"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}