{
  "name": "payment-service",
  "version": "1.5.12",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "LYitI1TdIuk5Z1F4RlBp"
  },
  "jwt_secret": "DCVTKS4IdtL7RVloP4cefSN+3oIfPU7G",
  "api_keys": {
    "stripe": "sk_live_Vvy6WZnHO8mlg4CE6HUNldM5",
    "sendgrid": "SG.mrvv8pNwuAvMn3mG1EU8cr",
    "twilio_sid": "AC36f4244002e730a03ee840463b3b54d0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}