@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | * Using TLS certificates where commonName=<IP address> is deprecated |
70 | 70 | */ |
71 | 71 | 'trusted_domains' => |
72 | - array ( |
|
72 | + array( |
|
73 | 73 | 'demo.example.org', |
74 | 74 | 'otherdomain.example.org', |
75 | 75 | '10.111.112.113', |
@@ -234,7 +234,7 @@ discard block |
||
234 | 234 | * |
235 | 235 | * Defaults to ``60*60*24*15`` seconds (15 days) |
236 | 236 | */ |
237 | -'remember_login_cookie_lifetime' => 60*60*24*15, |
|
237 | +'remember_login_cookie_lifetime' => 60 * 60 * 24 * 15, |
|
238 | 238 | |
239 | 239 | /** |
240 | 240 | * The lifetime of a session after inactivity. |
@@ -1168,7 +1168,7 @@ discard block |
||
1168 | 1168 | * https://github.com/phpredis/phpredis/commit/c5994f2a42b8a348af92d3acb4edff1328ad8ce1 |
1169 | 1169 | */ |
1170 | 1170 | 'redis.cluster' => [ |
1171 | - 'seeds' => [ // provide some/all of the cluster servers to bootstrap discovery, port required |
|
1171 | + 'seeds' => [// provide some/all of the cluster servers to bootstrap discovery, port required |
|
1172 | 1172 | 'localhost:7000', |
1173 | 1173 | 'localhost:7001', |
1174 | 1174 | ], |
@@ -1233,7 +1233,7 @@ discard block |
||
1233 | 1233 | * |
1234 | 1234 | * Defaults to ``60*60*24`` (1 day) |
1235 | 1235 | */ |
1236 | -'cache_chunk_gc_ttl' => 60*60*24, |
|
1236 | +'cache_chunk_gc_ttl' => 60 * 60 * 24, |
|
1237 | 1237 | |
1238 | 1238 | /** |
1239 | 1239 | * Using Object Store with Nextcloud |
@@ -1666,7 +1666,7 @@ discard block |
||
1666 | 1666 | * Defaults to ``60*60`` seconds (1 hour) or the php |
1667 | 1667 | * max_execution_time, whichever is higher. |
1668 | 1668 | */ |
1669 | -'filelocking.ttl' => 60*60, |
|
1669 | +'filelocking.ttl' => 60 * 60, |
|
1670 | 1670 | |
1671 | 1671 | /** |
1672 | 1672 | * Memory caching backend for file locking |