{
  "name": "auth-service",
  "version": "1.7.16",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Y0fRTasOT5Xb3KUUkXFY"
  },
  "jwt_secret": "JzFR+M6hbog1LKuBNYZG/0i3NWqDnv35",
  "api_keys": {
    "stripe": "sk_live_C72Utp0kyG9tAIUNWOOw5Q3u",
    "sendgrid": "SG.OQoEZPS+7GwGcLZdyGHs96",
    "twilio_sid": "AC6480ed4f7848d57581555494ca173a89"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}