{
  "name": "payment-service",
  "version": "3.9.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UdYcpgOfLQKNIhaqtPH5"
  },
  "jwt_secret": "rchngaZOwDGHLIIPLoyegIVnjcIV8D8y",
  "api_keys": {
    "stripe": "sk_live_DnqZZ47i7Ld3IpdoNFYLt4Wn",
    "sendgrid": "SG.tn3AOc5QPBZAQh3mPjtxjn",
    "twilio_sid": "ACec073de37e804ec560a1be53cab8f4d3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}