{
  "name": "payment-service",
  "version": "1.6.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qh3ngTGkdpKoqLT4xSzf"
  },
  "jwt_secret": "Lq4QwOueUPERGPmMCZKCL8MxQCVGK6MV",
  "api_keys": {
    "stripe": "sk_live_fpqJPkRb59ldqOuhuyQhgcDk",
    "sendgrid": "SG.kQYsW9XTu7yTmSilngtB1e",
    "twilio_sid": "AC26be7992ca56ef4e93d91397e0651f94"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}