{
  "name": "auth-service",
  "version": "2.9.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RQM2zEuIvJsYWaCWrww0"
  },
  "jwt_secret": "B55hy5qfGmIahSIXnBxqYLuuOHuHQAvd",
  "api_keys": {
    "stripe": "sk_live_UJp96BkNJxsr1GeEW8Vh04FE",
    "sendgrid": "SG.sBvNHyQYfEPsCu+7x6zNZe",
    "twilio_sid": "ACdcd2d0eae39f36449edea95230481577"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}