{
  "name": "auth-service",
  "version": "3.8.15",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uHx2bo62eLDvt3965rR2"
  },
  "jwt_secret": "WkCJhtabrdFNKK1YpPMWJWzhABkPeWMl",
  "api_keys": {
    "stripe": "sk_live_YsabfzEpP3xSQN8BUKYGbBto",
    "sendgrid": "SG.iIIfXP5xI3PfGLYh7Qc7tw",
    "twilio_sid": "ACf86f355e12b9204a4a702ccdbae942b4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}