{
  "name": "payment-service",
  "version": "3.1.11",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8hFSylBfBuu0MV5Eshqt"
  },
  "jwt_secret": "gGe/NCAbpoxerMAuhL+2vZQGgvxGXckF",
  "api_keys": {
    "stripe": "sk_live_VzDdNXbx4ery3tnULNe2pttV",
    "sendgrid": "SG.+ro4ftyILK7SmQCPK5gXgV",
    "twilio_sid": "AC3fe7e770f8050680590c90dac417ae14"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}