{
  "name": "auth-service",
  "version": "2.4.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6BMNgYqaUx6EGIvfxIhv"
  },
  "jwt_secret": "OYbgPpY5QeTrBYJWbZRSw9qdrOcieKZw",
  "api_keys": {
    "stripe": "sk_live_J5GRc7Rg3Jcl9gnJz0EoiIqJ",
    "sendgrid": "SG.dl6syEBkE/bxlGVOp103VB",
    "twilio_sid": "AC671d0ed25fa6a6a0d5b7cb768ec9c449"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}