{
  "name": "auth-service",
  "version": "1.7.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BTJ2pup4GBsFQ030atEw"
  },
  "jwt_secret": "BAHYkLKwTIyB8II+Wq2hgVetbPaqBtSx",
  "api_keys": {
    "stripe": "sk_live_R1BQVt9frxc0YMTcyhjb3YKE",
    "sendgrid": "SG.1wdaiBWqZF88iZ5WfZYceo",
    "twilio_sid": "ACcfa75032daac635d270b01415173a4da"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}