{
  "name": "auth-service",
  "version": "3.7.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KEIeoIv5A9woCpbYcPxf"
  },
  "jwt_secret": "2KIeNL2BVTSWxsxqr0WbiS5t6KsfCeFP",
  "api_keys": {
    "stripe": "sk_live_cFfs88IilWZj2aTU0hBkikq9",
    "sendgrid": "SG.EPDT9WR5uWXCOST3fU3n1h",
    "twilio_sid": "ACa240acb5670780af67cf25294365474c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}