modules: services: gitea: migrate to 'settings'
This commit is contained in:
parent
6748b5b5e6
commit
c05fafefe8
|
@ -64,10 +64,6 @@ in
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
useWizard = false;
|
useWizard = false;
|
||||||
disableRegistration = true;
|
|
||||||
|
|
||||||
# only send cookies via HTTPS
|
|
||||||
cookieSecure = true;
|
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
type = "postgres"; # Automatic setup
|
type = "postgres"; # Automatic setup
|
||||||
|
@ -90,6 +86,15 @@ in
|
||||||
MAILER_TYPE = cfg.mail.type;
|
MAILER_TYPE = cfg.mail.type;
|
||||||
IS_TLS_ENABLED = cfg.mail.tls;
|
IS_TLS_ENABLED = cfg.mail.tls;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
session = {
|
||||||
|
# only send cookies via HTTPS
|
||||||
|
COOKIE_SECURE = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue