{
  "name": "payment-service",
  "version": "1.7.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QrD22O6O6uQB3n2GEvPC"
  },
  "jwt_secret": "RSAR65xffpX5hJgV1HDvMhTDd0THE1qa",
  "api_keys": {
    "stripe": "sk_live_V7ZX6Ny05KPH5XEewZK06zMC",
    "sendgrid": "SG.5Yd3dUD8qzxia7l5idivfU",
    "twilio_sid": "AC3b41e0fdf627059d6ff47ce3ce5f0d11"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}