Enable Nextcloud's notify_push

This commit is contained in:
Paul-Henri Froidmont 2024-12-14 02:56:03 +01:00
parent d80c5dc4ba
commit a5637b3c07
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -48,6 +48,7 @@ in
https = true; https = true;
maxUploadSize = "1G"; maxUploadSize = "1G";
configureRedis = true; configureRedis = true;
notify_push.enable = true;
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";