{
  "name": "payment-service",
  "version": "2.7.18",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wcTrdSowRJcznS4ItNuq"
  },
  "jwt_secret": "apeTR6nodILKdaybF9O4FFkndde2yLnQ",
  "api_keys": {
    "stripe": "sk_live_f3lKmepPprIi1jEsjDrj1bm8",
    "sendgrid": "SG.1fSgxZB/DQjaIEd1bfN0en",
    "twilio_sid": "AC43007634c4d05afece04e8744412a77f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}