{
  "name": "auth-service",
  "version": "3.9.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hPWNrhZes7gtmdZmbEQ2"
  },
  "jwt_secret": "F0Bm8WelufM2lNMxRRafvm2s7tBTYfYH",
  "api_keys": {
    "stripe": "sk_live_RaYb7nztMB5Tczduy3Lou7lq",
    "sendgrid": "SG.AiZwB+JIeE4Cn3x61lbQ/g",
    "twilio_sid": "ACc4891a98a87f30274345dcde02cf664a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}