{
  "name": "auth-service",
  "version": "3.7.26",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3KBlXoirX02l24vDWtfn"
  },
  "jwt_secret": "hpGTDVxhDAtW0b2w6D6HRJ3dg7rIW/M+",
  "api_keys": {
    "stripe": "sk_live_accA3aqhQ0n4cmgTVh9nvBvh",
    "sendgrid": "SG.PEilbu40idbDPmvy65GbJ9",
    "twilio_sid": "AC299b89ce7d2998e3e08f0e1815bee028"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}