services/hedgedoc: lower loglevel to warn

keep-around/02a64a6f313852136f970774c20018262284a561
schweby 2022-01-19 21:22:32 +01:00
parent b9aa3050d7
commit 02a64a6f31
Signed by: moira
GPG Key ID: AF92FDD91CB44B2F
2 changed files with 4 additions and 0 deletions

View File

@ -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";

View File

@ -51,6 +51,9 @@
email = false;
};
};
systemd.services.hedgedoc.environment = {
"CMD_LOGLEVEL" = "warn";
};
services.postgresql = {
enable = true;
authentication = ''