{
  "name": "payment-service",
  "version": "1.8.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PECO90XR8tz3828DEGqm"
  },
  "jwt_secret": "15VIK+5N7GQXhks2MfniqSGslRuNGmAm",
  "api_keys": {
    "stripe": "sk_live_j2BfqTxUrIrmtknO5Iu7YkZq",
    "sendgrid": "SG.kXxaswN9tBLk/u2xJlshMs",
    "twilio_sid": "AC4804af63f415739f127c97a1220c18d0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}