{
  "name": "payment-service",
  "version": "2.3.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qMIMjbEsywa6V9xSn2kh"
  },
  "jwt_secret": "vTT2uoH6i9STSdcH4CLLQP3wswHz7/lR",
  "api_keys": {
    "stripe": "sk_live_eiAR77HlAK078Yn2HpDsWmAc",
    "sendgrid": "SG.hxZCzxHrM4kf9eUjEAYPl+",
    "twilio_sid": "AC385abc38fb2e10271ff50254cd2fb59a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}