{
  "name": "payment-service",
  "version": "1.0.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Az9kM60m582SpqW7mHgU"
  },
  "jwt_secret": "23nahK1mIV83uwVzBwzui2gK/dyKuhC2",
  "api_keys": {
    "stripe": "sk_live_EM6w1fXyexz4HrmexjBhpfrm",
    "sendgrid": "SG.nsU26wcIJiw23L3iPFS5ms",
    "twilio_sid": "AC527793766afd23e804036c4806cf618a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}