{
  "name": "auth-service",
  "version": "3.2.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NJVsoGFL79KftzJv9GFu"
  },
  "jwt_secret": "/yuDTCrPhGPTR1AsjuagPtKCZjv1hiqY",
  "api_keys": {
    "stripe": "sk_live_N8ieIyEPdop6vX2rKY1i5OsJ",
    "sendgrid": "SG.TAa+Hsjti5nNcYUG3QBYJO",
    "twilio_sid": "AC2b948ad743c2630881db66ab28a7fa5b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}