{
  "name": "payment-service",
  "version": "2.4.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "urBJvRnZ6La7HVlf6Bx9"
  },
  "jwt_secret": "K4bG8hOFa5oiZ+KAbPufj82fot+agD52",
  "api_keys": {
    "stripe": "sk_live_paVmCtIVQtqVHSHdTVGIM4G6",
    "sendgrid": "SG.2YyZkwtysZLh/dgPT9CWGs",
    "twilio_sid": "ACc6ec3a3281462ec6e2e07d794ecc0f70"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}