{
  "name": "auth-service",
  "version": "1.1.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WDQxIYLiRm72ZDF5uuzo"
  },
  "jwt_secret": "wRPi31D5+HQbEuev+D9RcAJY8p4gzSjP",
  "api_keys": {
    "stripe": "sk_live_aHiksEbAhOMeeA6Ya8zSmqjb",
    "sendgrid": "SG.DW+ku8yZ+jNUREQOVo90V5",
    "twilio_sid": "ACe33549b604e8bb19189f5e12300070dd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}