Completed
Push — master ( da50d4...b36efb )
by Mr
02:12
created
extra/configs/database.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,13 +3,13 @@
 block discarded – undo
3 3
 return [
4 4
     'default' => [
5 5
         'driver'    => 'mysql',
6
-        'host'      => '127.0.0.1',         // optional, default: 127.0.0.1
7
-        'port'      => '3306',              // optional, default: 3306
6
+        'host'      => '127.0.0.1', // optional, default: 127.0.0.1
7
+        'port'      => '3306', // optional, default: 3306
8 8
         'username'  => 'admin',
9 9
         'password'  => 'admin_pass',
10 10
         'dbname'    => 'database',
11
-        'prefix'    => 'prefix_',           // optional, default: is empty
12
-        'collation' => 'utf8_unicode_ci',   // optional, default: utf8_unicode_ci
13
-        'charset'   => 'utf8',              // optional, default: utf8
11
+        'prefix'    => 'prefix_', // optional, default: is empty
12
+        'collation' => 'utf8_unicode_ci', // optional, default: utf8_unicode_ci
13
+        'charset'   => 'utf8', // optional, default: utf8
14 14
     ],
15 15
 ];
Please login to merge, or discard this patch.