Fixes
This commit is contained in:
parent
8e970853f6
commit
ca2f5ed197
30 changed files with 181 additions and 338 deletions
|
|
@ -1,13 +1,13 @@
|
|||
b8:
|
||||
database:
|
||||
servers:
|
||||
read: localhost
|
||||
write: localhost
|
||||
name: phpci
|
||||
username: root
|
||||
password: root
|
||||
database:
|
||||
servers:
|
||||
read: localhost
|
||||
write: localhost
|
||||
name: phpci
|
||||
username: root
|
||||
password: root
|
||||
phpci:
|
||||
url: 'http://phpci.local'
|
||||
worker:
|
||||
host: localhost
|
||||
queue: phpci
|
||||
url: 'http://phpci.local'
|
||||
worker:
|
||||
host: localhost
|
||||
queue: phpci
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if (!is_array($writeServers)) {
|
|||
|
||||
$conf = [
|
||||
'paths' => [
|
||||
'migrations' => 'PHPCI/Migrations',
|
||||
'migrations' => 'src/PHPCI/Migrations',
|
||||
],
|
||||
'environments' => [
|
||||
'default_migration_table' => 'migration',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue