gitea: enable offline mode
This commit is contained in:
parent
6aa06aed18
commit
97459d8177
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
"repository.upload".FILE_MAX_SIZE = 1024;
|
"repository.upload".FILE_MAX_SIZE = 1024;
|
||||||
server = {
|
server = {
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
OFFLINE = true;
|
OFFLINE_MODE = true;
|
||||||
};
|
};
|
||||||
security = { INSTALL_LOCK = true; };
|
security = { INSTALL_LOCK = true; };
|
||||||
other = {
|
other = {
|
||||||
|
|
Loading…
Reference in a new issue