@@ -7,17 +7,17 @@ discard block |
||
7 | 7 | 'uploaddir' => '/', |
8 | 8 | |
9 | 9 | 'page' => [ |
10 | - 'account-index' => [ 'account/profile', 'account/subscription', 'account/history', 'account/favorite', 'account/watch', 'basket/mini', 'catalog/session' ], |
|
11 | - 'basket-index' => [ 'basket/bulk', 'basket/standard', 'basket/related' ], |
|
12 | - 'catalog-count' => [ 'catalog/count' ], |
|
13 | - 'catalog-detail' => [ 'basket/mini', 'catalog/stage', 'catalog/detail', 'catalog/session' ], |
|
14 | - 'catalog-list' => [ 'basket/mini', 'catalog/filter', 'catalog/lists' ], |
|
15 | - 'catalog-stock' => [ 'catalog/stock' ], |
|
16 | - 'catalog-suggest' => [ 'catalog/suggest' ], |
|
17 | - 'catalog-tree' => [ 'basket/mini', 'catalog/filter', 'catalog/stage', 'catalog/lists' ], |
|
18 | - 'checkout-confirm' => [ 'checkout/confirm' ], |
|
19 | - 'checkout-index' => [ 'checkout/standard' ], |
|
20 | - 'checkout-update' => [ 'checkout/update' ], |
|
10 | + 'account-index' => ['account/profile', 'account/subscription', 'account/history', 'account/favorite', 'account/watch', 'basket/mini', 'catalog/session'], |
|
11 | + 'basket-index' => ['basket/bulk', 'basket/standard', 'basket/related'], |
|
12 | + 'catalog-count' => ['catalog/count'], |
|
13 | + 'catalog-detail' => ['basket/mini', 'catalog/stage', 'catalog/detail', 'catalog/session'], |
|
14 | + 'catalog-list' => ['basket/mini', 'catalog/filter', 'catalog/lists'], |
|
15 | + 'catalog-stock' => ['catalog/stock'], |
|
16 | + 'catalog-suggest' => ['catalog/suggest'], |
|
17 | + 'catalog-tree' => ['basket/mini', 'catalog/filter', 'catalog/stage', 'catalog/lists'], |
|
18 | + 'checkout-confirm' => ['checkout/confirm'], |
|
19 | + 'checkout-index' => ['checkout/standard'], |
|
20 | + 'checkout-update' => ['checkout/update'], |
|
21 | 21 | ], |
22 | 22 | |
23 | 23 | 'resource' => [ |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | 'database' => 'slim', |
29 | 29 | 'username' => 'aimeos', |
30 | 30 | 'password' => 'aimeos', |
31 | - 'stmt' => [ "SET SESSION sort_buffer_size=2097144; SET NAMES 'utf8mb4'; SET SESSION sql_mode='ANSI'; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED" ], |
|
31 | + 'stmt' => ["SET SESSION sort_buffer_size=2097144; SET NAMES 'utf8mb4'; SET SESSION sql_mode='ANSI'; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED"], |
|
32 | 32 | 'opt-persistent' => 0, |
33 | 33 | 'limit' => 3, |
34 | 34 | 'defaultTableOptions' => [ |