services/hedgedoc: lower loglevel to warn
This commit is contained in:
parent
b9aa3050d7
commit
02a64a6f31
2 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
};
|
||||
};
|
||||
systemd.services.hedgedoc.environment = {
|
||||
"CMD_LOGLEVEL" = "warn";
|
||||
"CMD_OAUTH2_USER_PROFILE_URL" = "https://auth.infra4future.de/auth/realms/forfuture/protocol/openid-connect/userinfo";
|
||||
"CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR" = "name";
|
||||
"CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" = "display-name";
|
||||
|
|
|
@ -51,6 +51,9 @@
|
|||
email = false;
|
||||
};
|
||||
};
|
||||
systemd.services.hedgedoc.environment = {
|
||||
"CMD_LOGLEVEL" = "warn";
|
||||
};
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
authentication = ''
|
||||
|
|
Loading…
Reference in a new issue