{
  "name": "auth-service",
  "version": "3.4.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "udEguYvr9GRAIc24u8Jf"
  },
  "jwt_secret": "j5jaXj0quqsp8WmEy63ZlURBsap8am7a",
  "api_keys": {
    "stripe": "sk_live_mcNwRvLpH10y8vNgD9xQ2fIl",
    "sendgrid": "SG.1D+olOwLJunIdYnhTsqjY6",
    "twilio_sid": "ACc4f50019fbc85e7130ed99773d778a84"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}