{
  "scimgateway": {
    "port": 8880,
    "localhostonly": false,
    "scim": {
      "version": "2.0",
      "customSchema": null,
      "skipTypeConvert": false
    },
    "log": {
      "loglevel": {
        "file": "debug",
        "console": "error"
      },
      "customMasking": null
    },
    "auth": {
      "basic": [
        {
          "username": "process.env.AUTH_USERNAME",
          "password": "process.env.AUTH_PASSWORD",
          "readOnly": false
        }
      ],
      "bearerToken": [
        {
          "token": "process.env.BEARER_TOKEN",
          "readOnly": false
        }
      ],
      "bearerJwtAzure": [
        {
          "tenantIdGUID": "process.env.TENANT_ID"
        }
      ],
      "bearerJwt": [
        {
          "secret": null,
          "publicKey": null,
          "options": {
            "issuer": null
          },
          "readOnly": false
        }
      ]
    },
    "certificate": {
      "key": null,
      "cert": null,
      "ca": null,
      "pfx": {
        "bundle": null,
        "password": null
      }
    },
    "ipAllowList": [],
    "emailOnError": {
      "smtp": {
        "enabled": false,
        "host": null,
        "port": 587,
        "proxy": null,
        "authenticate": true,
        "username": null,
        "password": null,
        "sendInterval": 15,
        "to": null,
        "cc": null
      }
    }
  },
  "endpoint": {
    "connection": {
      "hostname": "process.env.MONGO_HOSTNAME",
      "port": "process.env.MONGO_PORT",
      "dbname": "process.env.MONGO_INITDB_DATABASE",
      "username": "process.env.MONGO_USERNAME",
      "password": "process.env.MONGO_PASSWORD"
    }
  }
}