{
  "name": "payment-service",
  "version": "3.6.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tZjEorFNr9qhUwjXaQ3Y"
  },
  "jwt_secret": "XGwWy+MpqhAGaLZGzs5+wZVZnIBqIsvO",
  "api_keys": {
    "stripe": "sk_live_sje5vllUTpy51KSGWYofJIVp",
    "sendgrid": "SG.ETWi/0IYcTEfbLm7/8Pt3b",
    "twilio_sid": "AC27709f3edb09f1cbabd1601e32b2cec4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}