{
  "name": "payment-service",
  "version": "1.1.19",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Q4JbRj5pRGz8VJOQDIPd"
  },
  "jwt_secret": "QmEy2aKfPmoGEX7vFC9romtloi8BjH7m",
  "api_keys": {
    "stripe": "sk_live_rjWSf4vIwkyeEXYuH9DlaTGh",
    "sendgrid": "SG.cKjCQI09Cegg54j4LzWc5Z",
    "twilio_sid": "ACbf7c33e839745ceb5c3654990b4a838f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}