{
  "name": "payment-service",
  "version": "2.3.22",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KKYU0YJNPt9JbKvT7uMB"
  },
  "jwt_secret": "0Tx+1kDnI5Te8fSDd8p121JCgL22DmsZ",
  "api_keys": {
    "stripe": "sk_live_lTFVZQ69dW6i0N3jpuH5AVwC",
    "sendgrid": "SG.t4JVE7oX+Jk5ddza5aqNPA",
    "twilio_sid": "ACff269833668396453f5dc579f4c57c6f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}