Update renamed gitea options
This commit is contained in:
parent
cdbe62e788
commit
018b04b798
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user