migrate gitea settings
This commit is contained in:
parent
d271d95e78
commit
69259f389b
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,6 @@ in
|
|||
rootUrl = "https://git.dadada.li/";
|
||||
log.level = "Error";
|
||||
domain = config.networking.domain;
|
||||
ssh.enable = true;
|
||||
cookieSecure = true;
|
||||
enableUnixSocket = true;
|
||||
database = {
|
||||
|
@ -28,6 +27,7 @@ in
|
|||
server = {
|
||||
LANDING_PAGE = "explore";
|
||||
OFFLINE_MODE = true;
|
||||
DISABLE_SSH = false;
|
||||
};
|
||||
picture = {
|
||||
DISABLE_GRAVATAR = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue