Fixed naming (phpci -> php-censor)
This commit is contained in:
parent
4fee89fb80
commit
31f92327c1
76 changed files with 357 additions and 348 deletions
|
|
@ -3,11 +3,11 @@ b8:
|
|||
servers:
|
||||
read: localhost
|
||||
write: localhost
|
||||
name: phpci
|
||||
username: root
|
||||
password: root
|
||||
phpci:
|
||||
url: 'http://phpci.local'
|
||||
name: php-censor-db
|
||||
username: php-censor-user
|
||||
password: php-censor-password
|
||||
php-censor:
|
||||
url: 'http://php-censor.local'
|
||||
worker:
|
||||
host: localhost
|
||||
queue: phpci
|
||||
queue: php-censor-queue
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ $conf = [
|
|||
],
|
||||
'environments' => [
|
||||
'default_migration_table' => 'migration',
|
||||
'default_database' => 'phpci',
|
||||
'phpci' => [
|
||||
'default_database' => 'php-censor',
|
||||
'php-censor' => [
|
||||
'adapter' => 'mysql',
|
||||
'host' => end($writeServers),
|
||||
'name' => $config->get('b8.database.name'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue