{
  "name": "auth-service",
  "version": "2.2.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WDBqtKKogM4N9z59f6ud"
  },
  "jwt_secret": "Id/a3YDzhRTSzb+MmAfktK+AtTSM1QCf",
  "api_keys": {
    "stripe": "sk_live_xhtQr9iTpINwI7DWcokB72Kd",
    "sendgrid": "SG.xkECFRZWzt4QyZQlsLkusg",
    "twilio_sid": "AC3eafc3f9c24df4dc15146ca6aeb370da"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}