{
  "name": "payment-service",
  "version": "3.0.29",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "22yeyIQDc8xdmFn0VFfC"
  },
  "jwt_secret": "76mRvhFsyrehbIU23sXdhmFoxzNchsok",
  "api_keys": {
    "stripe": "sk_live_MOZ8SawjJwcjIheg5cVl2tSS",
    "sendgrid": "SG.W7BXnNrLwPIf31D0ecfTch",
    "twilio_sid": "ACb3788861aa449d09575bbb30b562c775"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}