1
0
Fork 0

Update renamed gitea options

This commit is contained in:
clerie 2022-09-11 20:07:19 +02:00
parent cdbe62e788
commit 018b04b798
1 changed files with 7 additions and 3 deletions

View File

@ -12,15 +12,15 @@
user = "gitea";
socket = "/run/postgresql";
};
cookieSecure = true;
disableRegistration = true;
rootUrl = "https://git.clerie.de/";
domain = "git.clerie.de";
httpAddress = "127.0.0.1";
httpPort = 3000;
lfs.enable = true;
log.level = "Info";
settings = {
log = {
LEVEL = "Info";
};
database = {
CHARSET = "utf8";
};
@ -37,6 +37,7 @@
enabled = false;
};
service = {
DISABLE_REGISTRATION = true;
REGISTER_EMAIL_CONFIRM = false;
ENABLE_NOTIFY_MAIL = false;
ALLOW_ONLY_EXTERNAL_REGISTRATION = false;
@ -54,6 +55,9 @@
ENABLE_OPENID_SIGNIN = false;
ENABLE_OPENID_SIGNUP = false;
};
session = {
COOKIE_SECURE = true;
};
};
};