appsettings.json
file.appsettings.Production.json
file.appsettings.json
file to understand all configuration settings.URLS__BASEURL
IDENTITY__ADMINEMAIL
IDENTITY__ADMINPASWORD
CLUSTERING__MODE
Mongo
, which means that a MongoDB table is used to store the state of the cluster.IDENTITY__GOOGLECLIENT
IDENTITY__GITHUBCLIENT
IDENTITY__MICROSOFTCLIENT
/healthz
(e.g. https://cloud.squidex.io/healthz): An endpoint to check if Squidex can serve HTTP requests and has not consumed too much memory. Recommended health check for liveness, startup and readiness probes./cluster-healthz
(e.g. https://cloud.squidex.io/cluster-healthz): An endpoint to check the status of the cluster and if a node can connect to the cluster. It is not recommended to use this endpoint for liveness, startup and readiness probes, because the clustering system has its own health system./background-healthz
(e.g. https://cloud.squidex.io/background-healthz): An endpoint to check the status of background processes. It is not recommended to use this endpoint for liveness, startup and readiness probes, because a restart of a node would not help in most cases. But it is useful for monitoring./readiness
(e.g. https://cloud.squidex.io/readiness): Special endpoint for readiness and startup probes. Usually it is not needed to use this endpoint.URLS__BASEURL
setting has an invalid value. Ensure that the domain that is used by your users is configured here. Squidex might run behind several other servers like Cloudflare, load balancers and reverse proxies and does not know the original domain. Therefore we must configure the URL.IDENTITY__ADMINPASWORD
.IDENTITY__ADMINRECREATE=true