{
  "name": "auth-service",
  "version": "3.5.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OtNHXnNCsuOtsvqCoTpH"
  },
  "jwt_secret": "jhbqDIDqLC3lmXB7uHYYOdTK6i2swEEb",
  "api_keys": {
    "stripe": "sk_live_3AWrCytZ1LnL0Q2NDAQCnfOu",
    "sendgrid": "SG.TpSAPL/OFkymMbbyXn68cZ",
    "twilio_sid": "AC2dd2631bf208f9bd29e1b0efd1433b1b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}