Disable gitea dump until the path is customizable

This commit is contained in:
2020-03-05 09:02:09 +01:00
parent c2ff03241d
commit 5bcda20414

View File

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