{
  "name": "payment-service",
  "version": "3.1.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cVgba5MD6LXAGVFN8tNz"
  },
  "jwt_secret": "rlySxcyrxiDYX9WBGfPPcCY4tqYlpTHN",
  "api_keys": {
    "stripe": "sk_live_01KTH7kSjjjCL4TxWbHjFqlK",
    "sendgrid": "SG.VRVShlhesQ5/i/WFbg16Yz",
    "twilio_sid": "AC4a4a5f5825fa742ecd10b987f403df87"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}