{
  "name": "payment-service",
  "version": "3.9.19",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "vHVx2yqEpH2cNZDmgugC"
  },
  "jwt_secret": "2bEhF1m+9Or+cvwZOI7wGasvFtYwWSrU",
  "api_keys": {
    "stripe": "sk_live_ZRbZyXJo2F4TAzStyqwGRDr5",
    "sendgrid": "SG.MPlRWiflp6u4lt8VCFzd0+",
    "twilio_sid": "AC8aeaf84232139437db5105b76ea446d0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}