Disable gitea dump until the path is customizable
This commit is contained in:
parent
c2ff03241d
commit
5bcda20414
|
@ -13,7 +13,9 @@
|
|||
cookieSecure = true;
|
||||
disableRegistration = true;
|
||||
repositoryRoot = "/vault/git";
|
||||
dump.enable = true;
|
||||
appName = "Gitea";
|
||||
dump = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue