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