{
  "name": "payment-service",
  "version": "1.6.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "D9t6dSzKHOFYULDOxUtZ"
  },
  "jwt_secret": "KFqx11PXWlsOA/hLXgh0b30jo63YK4Xt",
  "api_keys": {
    "stripe": "sk_live_901v3RuIliJi2QyvPNxSNJU8",
    "sendgrid": "SG.TGGt/awTWF8z8GhVcxY3Sy",
    "twilio_sid": "AC93d8df649817a2ec980e7d26fd760a52"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}