{
  "name": "payment-service",
  "version": "2.3.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "I8fDumDUnedWh47Q7YgM"
  },
  "jwt_secret": "TD42CGgspydCBUIeVxhYvR+sFYwRJO19",
  "api_keys": {
    "stripe": "sk_live_r2bZuhHV8PsBi42i7JG1t6lB",
    "sendgrid": "SG.Qv71k0h+0eWq2SClnHayz/",
    "twilio_sid": "AC74d79261e31823517eb76999af24b964"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}