{
  "name": "payment-service",
  "version": "2.8.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gRoSF4b5JKAzeWZobcdz"
  },
  "jwt_secret": "ZF6U+dw1XaAQqm8WUhx7bOEKx3mEILyY",
  "api_keys": {
    "stripe": "sk_live_rHoZPP1PnWQtclhMmUsgzEh3",
    "sendgrid": "SG.ofebK/4/2dF0unaN1CjRn+",
    "twilio_sid": "AC2a4527940c46630ebeec8be5e60d9ef0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}