added timezone and vhostname

This commit is contained in:
tenksom 2023-03-22 11:24:14 +01:00
parent 6e36183995
commit c83ea08ee8

View file

@ -33,6 +33,8 @@ in
OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder"; OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
''; # Hier ist bindPassword noch nicht vollständig ''; # Hier ist bindPassword noch nicht vollständig
vhostName = "${SOGo-hostname}";
timezone = "Europe/Berlin";
}; };
postgresql = { postgresql = {
ensureUsers = [{ ensureUsers = [{
@ -57,5 +59,5 @@ in
}; };
}; };
} };
} }