{
  "name": "payment-service",
  "version": "2.3.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6Jl2KgbUauRniWxjNyPo"
  },
  "jwt_secret": "/UpZTmwT7E7XOxvdOJ/wEge4DAis6dC5",
  "api_keys": {
    "stripe": "sk_live_pBrkCjsZohFupysrXNAqBt0U",
    "sendgrid": "SG.++0rwJcvNhCAMEEWpW7hqz",
    "twilio_sid": "AC649d11848430f0e19629b1b90e054e71"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}