{
  "name": "payment-service",
  "version": "2.9.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Bhwd4egduMMIDX5fIwMn"
  },
  "jwt_secret": "ECKZL6oM8C2LIUV9uCelucl/nqV/yYFe",
  "api_keys": {
    "stripe": "sk_live_PlrPUoPvd8M9uPnc8CLzDWcs",
    "sendgrid": "SG.QMd+zxnuoeBY+kjh7Sn6mg",
    "twilio_sid": "AC8e636dfac5573d9777bfc376fee6ffc9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}