{
  "name": "payment-service",
  "version": "2.5.23",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4YHsW68Cfstqx5qaVMYw"
  },
  "jwt_secret": "00L/zxuB+LouHLWBwPex0k5Gao1uzxCq",
  "api_keys": {
    "stripe": "sk_live_yjj0n1tiLdXO3FlhCLW6VI1F",
    "sendgrid": "SG.gJsut82NZDvmOsfTLkUsgs",
    "twilio_sid": "AC48c48cce49714104fe267a15e9ef1c1d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}