{
  "name": "payment-service",
  "version": "3.2.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xerJXDP1gh9nyxqm1F0H"
  },
  "jwt_secret": "azVqoG7taKWe1opv3iSvBFeE0NtxN6ak",
  "api_keys": {
    "stripe": "sk_live_FTGcE03s8BwZifAITpKbpR4h",
    "sendgrid": "SG.gwCUSTJwJTAZnbGiFuI1Ai",
    "twilio_sid": "AC1b6b14320d12ffaee95dac55aaa37ee4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}