Fix typo in .env.example

This commit is contained in:
Dominik Schmidt
2025-07-30 17:08:55 +02:00
committed by GitHub
parent 0007b3b191
commit 35a47c394e

View File

@@ -279,7 +279,7 @@ IDP_DOMAIN=
# We need the complete URL, including the protocol (http or https) and the realm. # We need the complete URL, including the protocol (http or https) and the realm.
# Example: "https://keycloak.opencloud.test/realms/openCloud" # Example: "https://keycloak.opencloud.test/realms/openCloud"
IDP_ISSUER_URL= IDP_ISSUER_URL=
# Url of the account endit page from your Identity Provider. # Url of the account edit page from your Identity Provider.
IDP_ACCOUNT_URL= IDP_ACCOUNT_URL=
## Shared User Directory Mode ## ## Shared User Directory Mode ##