Fixed naming (phpci -> php-censor)

This commit is contained in:
Dmitry Khomutov 2016-07-21 23:02:11 +06:00
commit 31f92327c1
76 changed files with 357 additions and 348 deletions

View file

@ -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

View file

@ -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'),