added timezone and vhostname
This commit is contained in:
parent
6e36183995
commit
c83ea08ee8
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue