We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6cd301 + a095901 commit 801542fCopy full SHA for 801542f
config/vanilla/config.php
@@ -8,7 +8,7 @@
8
$Configuration['Database']['Password'] = getenv('MYSQL_ROOT_PASSWORD');
9
10
// Cache
11
-$Configuration['Cache']['Enabled'] = getenv('CACHE_ENABLED');
+$Configuration['Cache']['Enabled'] = strtolower(getenv('CACHE_ENABLED')) === "true";
12
$Configuration['Cache']['Method'] = getenv('CACHE_METHOD');
13
$Configuration['Cache']['Memcached']['Store']=[getenv('MEMCACHED_SERVER')];
14
0 commit comments