Passed
Push — master ( 345dac...c57047 )
by Mihail
09:15
created
Private/Config/Default.php 1 patch
Indentation   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -1,49 +1,49 @@
 block discarded – undo
1 1
 <?php return [
2
-	'baseProto' => 'http',
3
-	'baseDomain' => 'ffcms3.test',
4
-	'basePath' => '/',
5
-	'passwordSalt' => '$2a$07$GEc5J9C48A0Aom5ph53Al13aa$',
6
-	'timezone' => 'Europe/Moscow',
7
-	'adminEmail' => false,
8
-	'debug' => [
9
-		'all' => false,
10
-		'cookie' => [
11
-			'key' => 'fdebug_ebcfb0',
12
-			'value' => 'e377c1648b7f1f6364c081bd339a93c101881f77da9b815a4ed605822ed33dee9debee99611afe0001be2c8e7e07705833901954543'
13
-		]
14
-	],
15
-	'userCron' => false,
16
-	'testSuite' => false,
17
-	'theme' => [
18
-		'Front' => 'default',
19
-		'Admin' => 'default'
20
-	],
21
-	'database' => [
22
-		'driver' => 'mysql',
23
-		'host' => '127.0.0.1',
24
-		'username' => 'mysql',
25
-		'password' => 'mysql',
26
-		'database' => 'ffcms',
27
-		'prefix' => 'ffcms_',
28
-		'charset' => 'utf8',
29
-		'collation' => 'utf8_unicode_ci'
30
-	],
31
-	'mail' => [
32
-		'host' => 'localhost',
33
-		'port' => '23',
34
-		'user' => '[email protected]',
35
-		'encrypt' => 'tls',
36
-		'password' => '1234'
37
-	],
38
-	'baseLanguage' => 'en',
39
-	'multiLanguage' => true,
40
-	'singleLanguage' => 'en',
41
-	'languages' => [
42
-		'en',
43
-		'ru'
44
-	],
45
-	'languageDomainAlias' => false,
46
-	'gaClientId' => '570934480862-son8fr180fr6u6tlt9iqpjpoesngro0o.apps.googleusercontent.com',
47
-	'gaTrackId' => false,
48
-	'trustedProxy' => false
2
+    'baseProto' => 'http',
3
+    'baseDomain' => 'ffcms3.test',
4
+    'basePath' => '/',
5
+    'passwordSalt' => '$2a$07$GEc5J9C48A0Aom5ph53Al13aa$',
6
+    'timezone' => 'Europe/Moscow',
7
+    'adminEmail' => false,
8
+    'debug' => [
9
+        'all' => false,
10
+        'cookie' => [
11
+            'key' => 'fdebug_ebcfb0',
12
+            'value' => 'e377c1648b7f1f6364c081bd339a93c101881f77da9b815a4ed605822ed33dee9debee99611afe0001be2c8e7e07705833901954543'
13
+        ]
14
+    ],
15
+    'userCron' => false,
16
+    'testSuite' => false,
17
+    'theme' => [
18
+        'Front' => 'default',
19
+        'Admin' => 'default'
20
+    ],
21
+    'database' => [
22
+        'driver' => 'mysql',
23
+        'host' => '127.0.0.1',
24
+        'username' => 'mysql',
25
+        'password' => 'mysql',
26
+        'database' => 'ffcms',
27
+        'prefix' => 'ffcms_',
28
+        'charset' => 'utf8',
29
+        'collation' => 'utf8_unicode_ci'
30
+    ],
31
+    'mail' => [
32
+        'host' => 'localhost',
33
+        'port' => '23',
34
+        'user' => '[email protected]',
35
+        'encrypt' => 'tls',
36
+        'password' => '1234'
37
+    ],
38
+    'baseLanguage' => 'en',
39
+    'multiLanguage' => true,
40
+    'singleLanguage' => 'en',
41
+    'languages' => [
42
+        'en',
43
+        'ru'
44
+    ],
45
+    'languageDomainAlias' => false,
46
+    'gaClientId' => '570934480862-son8fr180fr6u6tlt9iqpjpoesngro0o.apps.googleusercontent.com',
47
+    'gaTrackId' => false,
48
+    'trustedProxy' => false
49 49
 ];
50 50
\ No newline at end of file
Please login to merge, or discard this patch.
Private/Config/Routing.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php return [
2
-	'Alias' => [
3
-		'Front' => [
4
-			'/' => '/content/list/news',
5
-			'/about' => '/content/read/page/about-page'
6
-		]
7
-	]
2
+    'Alias' => [
3
+        'Front' => [
4
+            '/' => '/content/list/news',
5
+            '/about' => '/content/read/page/about-page'
6
+        ]
7
+    ]
8 8
 ];
9 9
\ No newline at end of file
Please login to merge, or discard this patch.