{
  "name": "auth-service",
  "version": "3.8.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JSY1hBddByWhr3PY97PQ"
  },
  "jwt_secret": "Z1csv75ewe57onmilW8OIDxgE13heebo",
  "api_keys": {
    "stripe": "sk_live_5dRpfcO08G1d9ws99KOXlxtj",
    "sendgrid": "SG.xEptW+xUnQqjhT1qi9X/fX",
    "twilio_sid": "ACd55e805d75fc1db56390709f3fd10ea0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}