Fix location of DISABLE_REGISTRATION

This commit is contained in:
Ivan Malison 2024-07-20 01:18:56 -06:00
parent 3a71c8600c
commit 0e611dbb57

View File

@ -13,10 +13,10 @@ makeEnable config "modules.gitea" false {
SSH_PORT = 1123;
HTTP_PORT = 3001;
ROOT_URL = "https://dev.railbird.ai";
DISABLE_REGISTRATION = true;
};
settings.actions = {
ENABLED = true;
DISABLE_REGISTRATION = true;
};
};