{
  "name": "auth-service",
  "version": "1.8.4",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "LkjIJH6CPuo8fek9hPrz"
  },
  "jwt_secret": "CQrBKseaOz/a9HfvX4B6F1SPHUyP/Nh/",
  "api_keys": {
    "stripe": "sk_live_BBn1hNubmNIR0NSSU7iAhYGH",
    "sendgrid": "SG.WsKZKs3eCL7pCXGhuXrwJe",
    "twilio_sid": "ACe9b09c8da6aca380665f78bafb900a70"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}