gitea: Replace deprecated options
This commit is contained in:
parent
03650c11c0
commit
7a784af41d
|
@ -6,9 +6,15 @@
|
|||
domain = "git.graven.dev";
|
||||
rootUrl = "https://git.graven.dev";
|
||||
enableUnixSocket = true;
|
||||
cookieSecure = true;
|
||||
appName = "Graven Gitea";
|
||||
settings = { "ui" = { "DEFAULT_THEME" = "arc-green"; }; };
|
||||
settings = {
|
||||
ui = {
|
||||
"DEFAULT_THEME" = "arc-green";
|
||||
};
|
||||
session = {
|
||||
"COOKIE_SECURE" = true;
|
||||
};
|
||||
};
|
||||
database = {
|
||||
type = "postgres";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue