{
  "name": "auth-service",
  "version": "2.3.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cMdwLsNUJz69ty0va0cK"
  },
  "jwt_secret": "/RceWBYRuWU/8TJoNP30rgw4BSP+/5Z1",
  "api_keys": {
    "stripe": "sk_live_ljiRTD1yoqOH58FeSodyyX2G",
    "sendgrid": "SG.BWTKd6rdd+YlmF1l18i+Lf",
    "twilio_sid": "AC76d8e1063e2891a5285e187b70fa4d73"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}