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