{
  "name": "payment-service",
  "version": "2.0.15",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RPvUKe6MEofrhvOU4VFn"
  },
  "jwt_secret": "fdM1DqS4oIKO+E4jnn3IglayIUEK0ZBs",
  "api_keys": {
    "stripe": "sk_live_kbRLRN3ZOmQJ0G4azjnKMPDh",
    "sendgrid": "SG.oxrrzBK27utL25DmuTjnrU",
    "twilio_sid": "AC9ce34ec0d2680b4f0dc789cdc36cd8f7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}