new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php return
|
||||
[
|
||||
|
||||
'migration' =>
|
||||
[
|
||||
'table' => 'migrations'
|
||||
],
|
||||
|
||||
'database' =>
|
||||
[
|
||||
'driver' => 'mysqli',
|
||||
'host' => 'localhost',
|
||||
'database' => '',
|
||||
'user' => '',
|
||||
'password' => '',
|
||||
'dsn' => '',
|
||||
'server' => '',
|
||||
'port' => '',
|
||||
'cacheDriver' => 'file',
|
||||
'queryLog' => false,
|
||||
'pconnect' => false,
|
||||
'encode' => false,
|
||||
'prefix' => '',
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_general_ci',
|
||||
'differentConnection' => []
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user