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.
1 parent 2f75cf1 commit a095901Copy full SHA for a095901
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