{
  "name": "auth-service",
  "version": "1.8.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZePlKqR75rJzsculW8MQ"
  },
  "jwt_secret": "QUfSuV8zjYDo20JvXWW9y78y0Pb/cIsJ",
  "api_keys": {
    "stripe": "sk_live_hw52BzeOq3St7Jqe6M196rAp",
    "sendgrid": "SG.NhGT3T9e1WCx9Yi9gCkT0L",
    "twilio_sid": "ACc0645aa43eab2991aa370e03591bd24c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}