{
  "name": "auth-service",
  "version": "1.6.28",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MZBHtKt0o72mDOj3Dyf5"
  },
  "jwt_secret": "DnkoeuHX+M6qildPe5IWEWE0T+n52IWm",
  "api_keys": {
    "stripe": "sk_live_Y63b1Q2CkkPZaxsZmNOKupUz",
    "sendgrid": "SG.UroYcxCTI3gZWneJ4RV1oY",
    "twilio_sid": "AC7595349b73de50f6e48bd44c3eb71b1f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}