{
  "name": "auth-service",
  "version": "2.2.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3BaLTBSg9zTNl76x7zG0"
  },
  "jwt_secret": "ZsFNXWIc2+0mGfIK7rQ+UeES5Z+i0o2a",
  "api_keys": {
    "stripe": "sk_live_C50dl5GjHbBO4XlIcHthqFQS",
    "sendgrid": "SG.kl42Y1R82YNLljnnP+S9UI",
    "twilio_sid": "ACd733070080c37e453f042ecdade20510"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}