@@ -57,20 +57,20 @@ |
||
57 | 57 | public function getAllOptions() |
58 | 58 | { |
59 | 59 | return [ |
60 | - 'app' => $this->_app, |
|
61 | - 'server' => $this->_server, |
|
62 | - 'phpver' => $this->_phpVer, |
|
63 | - 'os' => $this->_os, |
|
64 | - 'box' => $this->_box, |
|
65 | - 'm2user' => $this->_m2Username, |
|
66 | - 'm2pass' => $this->_m2Password, |
|
67 | - 'repo_url' => $this->_repoUrl, |
|
68 | - 'ip_address' => $this->_ipAddress, |
|
69 | - 'cpus' => $this->_cpus, |
|
70 | - 'memory_limit' => $this->_memorylimit, |
|
71 | - 'locale' => $this->_locale, |
|
72 | - 'default_currency' => $this->_currency, |
|
73 | - 'base_url' => $this->_baseUrl, |
|
60 | + 'app' => $this->_app, |
|
61 | + 'server' => $this->_server, |
|
62 | + 'phpver' => $this->_phpVer, |
|
63 | + 'os' => $this->_os, |
|
64 | + 'box' => $this->_box, |
|
65 | + 'm2user' => $this->_m2Username, |
|
66 | + 'm2pass' => $this->_m2Password, |
|
67 | + 'repo_url' => $this->_repoUrl, |
|
68 | + 'ip_address' => $this->_ipAddress, |
|
69 | + 'cpus' => $this->_cpus, |
|
70 | + 'memory_limit' => $this->_memorylimit, |
|
71 | + 'locale' => $this->_locale, |
|
72 | + 'default_currency' => $this->_currency, |
|
73 | + 'base_url' => $this->_baseUrl, |
|
74 | 74 | ]; |
75 | 75 | } |
76 | 76 |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | $env = include $file; |
5 | 5 | |
6 | 6 | $env['cache'] = |
7 | - [ |
|
7 | + [ |
|
8 | 8 | 'frontend' => [ |
9 | 9 | 'default' => [ |
10 | 10 | 'backend' => 'Cm_Cache_Backend_Redis', |
@@ -24,8 +24,8 @@ discard block |
||
24 | 24 | ], |
25 | 25 | ], |
26 | 26 | 'page_cache' => [ |
27 | - 'backend' => 'Cm_Cache_Backend_Redis', |
|
28 | - 'backend_options' => [ |
|
27 | + 'backend' => 'Cm_Cache_Backend_Redis', |
|
28 | + 'backend_options' => [ |
|
29 | 29 | 'server' => '127.0.0.1', |
30 | 30 | 'port' => '6379', |
31 | 31 | 'persistent' => '', |