{
  "name": "payment-service",
  "version": "2.0.24",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Z6enu4SodEH6bjbqysCT"
  },
  "jwt_secret": "TVrYRcFIRXPB4mr8tHB622+f0rbPzuDb",
  "api_keys": {
    "stripe": "sk_live_ewfluqlRnlXi5ootbnLOU1lk",
    "sendgrid": "SG.6Z0OPZFc0PWhpiWQJvbU24",
    "twilio_sid": "AC410768a036012bd998ed4e66da546048"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}