server: services: nextcloud add maintenance window
This commit is contained in:
parent
60118fc7f7
commit
a119ae47f0
@ -21,6 +21,7 @@
|
|||||||
logfile = "nextcloud.log";
|
logfile = "nextcloud.log";
|
||||||
overwriteprotocol = "https";
|
overwriteprotocol = "https";
|
||||||
default_phone_region = "DE";
|
default_phone_region = "DE";
|
||||||
|
|
||||||
redis = {
|
redis = {
|
||||||
host = "/run/redis-nextcloud/redis.sock";
|
host = "/run/redis-nextcloud/redis.sock";
|
||||||
port = 0;
|
port = 0;
|
||||||
@ -28,6 +29,7 @@
|
|||||||
"memcache.local" = "\\OC\\Memcache\\Redis";
|
"memcache.local" = "\\OC\\Memcache\\Redis";
|
||||||
"memcache.distributed" = "\\OC\\Memcache\\Redis";
|
"memcache.distributed" = "\\OC\\Memcache\\Redis";
|
||||||
"memcache.locking" = "\\OC\\Memcache\\Redis";
|
"memcache.locking" = "\\OC\\Memcache\\Redis";
|
||||||
|
"maintenance_window_start" = "1";
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
Loading…
Reference in New Issue
Block a user