{
  "name": "auth-service",
  "version": "3.3.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WfQbXN7HYC5AA0pecChC"
  },
  "jwt_secret": "OlROGsOjEhdYeDq2+GjvqATilGCPzkwG",
  "api_keys": {
    "stripe": "sk_live_Py0BGt16y9vr64Gwb06rI2mh",
    "sendgrid": "SG.rGUe0Cp0M4Hc1JySEmkAVB",
    "twilio_sid": "AC6fdd26a29554c6fd57adbaf858966845"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}