{
  "name": "auth-service",
  "version": "3.9.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DNrvRPhOtGHFCl6DxPT4"
  },
  "jwt_secret": "TExFKG0/or0f7ymWdN9YSA6CM/Dzw2jY",
  "api_keys": {
    "stripe": "sk_live_6RyL58Owmlc8cOVsPUGOhe2n",
    "sendgrid": "SG.qLnKk8d4v6ebC/IoY/b36L",
    "twilio_sid": "ACa979634bd92595ab59b20f0db3cbb6f1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}