{
  "name": "auth-service",
  "version": "3.6.0",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "mAeQXt162wxP0Zi1cIZM"
  },
  "jwt_secret": "hHpJi5R4pw5hihZczCNveEQI2ukRIdtW",
  "api_keys": {
    "stripe": "sk_live_hOT7eiImUdXHH6jJpg2MPYgd",
    "sendgrid": "SG.E+oYanN4lqDuLaelQyhSPJ",
    "twilio_sid": "ACf108c397b211459c0139eda1e90799a5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}