{
  "name": "auth-service",
  "version": "3.5.20",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9GnXTIjmlVPJqyjJfOvw"
  },
  "jwt_secret": "23aW7uivmtfGtvrai53DVog6esly5J++",
  "api_keys": {
    "stripe": "sk_live_F6cyx936ZY3A7YlmC5nvTvGZ",
    "sendgrid": "SG.TuhdZ+ZyigHWCVcwTDTpzN",
    "twilio_sid": "AC8dc2fb713d624526a56ffe725e6908fd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}