{
  "name": "auth-service",
  "version": "1.9.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "teEB1kTiaxyu37HO94HY"
  },
  "jwt_secret": "x6mwCAMDiSOUcptT/llwQskeC0hv70Xu",
  "api_keys": {
    "stripe": "sk_live_YYOqlXVEljqlWH4fi6L6tViI",
    "sendgrid": "SG.p4l10Y9raBrbrWtTxsZzUn",
    "twilio_sid": "ACfd85b0ceb178345358e9673c8bcbf3ce"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}