{
  "name": "auth-service",
  "version": "2.4.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u4DHPUcgGPh13c7trC0D"
  },
  "jwt_secret": "n9P2DOmZw/MdRbLQS1l7Roekre8Ux7Re",
  "api_keys": {
    "stripe": "sk_live_RsrvSQrFu4i08hrsdoepYdUD",
    "sendgrid": "SG.4lD7ieBJwgDqCQz4zh9tGW",
    "twilio_sid": "AC4b990550188d14b58a99d909875e19af"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}