Disable gitea dump until the path is customizable

This commit is contained in:
coolneng 2020-03-05 09:02:09 +01:00
parent c2ff03241d
commit 5bcda20414
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@
cookieSecure = true;
disableRegistration = true;
repositoryRoot = "/vault/git";
dump.enable = true;
appName = "Gitea";
dump = {
enable = false;
};
};
}