{
  "name": "auth-service",
  "version": "1.9.14",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Lw8xfyg2MuhPbXkGRwZ7"
  },
  "jwt_secret": "DPaOhnJzB7KMHVyOpK64Q0Q8PKfRLzGK",
  "api_keys": {
    "stripe": "sk_live_iZGYYBgOPYjmawfsREuoWwhi",
    "sendgrid": "SG.9QHNLPJXOxphDiBBjYUYie",
    "twilio_sid": "ACc0fd89d9509d09a8f23a79e724cac6d2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}