zitadel #2

Merged
jsw merged 14 commits from zitadel into master 2025-07-24 21:45:32 +00:00
Showing only changes of commit 657211eb26 - Show all commits

View file

@ -26,7 +26,10 @@ in {
ROOT_URL = "https://${DOMAIN}/"; ROOT_URL = "https://${DOMAIN}/";
HTTP_PORT = 9004; HTTP_PORT = 9004;
}; };
service.DISABLE_REGISTRATION = true; service = {
DISABLE_REGISTRATION = true;
EnableInternalSignIn = false;
};
actions = { actions = {
ENABLED = true; ENABLED = true;
DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "github";