{
  "name": "auth-service",
  "version": "1.9.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4lv2d1OjaEGFyuvGLzIE"
  },
  "jwt_secret": "XrNFPnLtbBxxdRgLfH/4B9xY/QVfht8u",
  "api_keys": {
    "stripe": "sk_live_GcxUvEEBv3onSVAInZQ6XRt0",
    "sendgrid": "SG.AVzfivifY2q7J9WrV6Nljb",
    "twilio_sid": "ACa31e277a468cf9ab34cdb00298fa2363"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}