{
  "name": "auth-service",
  "version": "2.6.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "U9mAgIrmSfep3MXVcC4N"
  },
  "jwt_secret": "wS143MAyVjioTLCtqFFXHxwK/SV/K2bN",
  "api_keys": {
    "stripe": "sk_live_CpKokyXU1fPLAu6L57JPifbV",
    "sendgrid": "SG.uzQ03XDw+5IQvpRpznoL1h",
    "twilio_sid": "AC41b3695aa220870f7cffbae5de21a034"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}