mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Окончено внедрение докера для развёртывания dev-окружения
This commit is contained in:
@@ -11,11 +11,11 @@ modules:
|
||||
Yii2:
|
||||
configFile: '../config/api/functional.php'
|
||||
Redis:
|
||||
host: localhost
|
||||
host: redis
|
||||
port: 6379
|
||||
database: 1
|
||||
AMQP:
|
||||
host: localhost
|
||||
host: rabbitmq
|
||||
port: 5672
|
||||
username: 'ely-accounts-tester'
|
||||
password: 'tester-password'
|
||||
|
@@ -14,7 +14,7 @@ return [
|
||||
],
|
||||
'components' => [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=ely_accounts_test',
|
||||
'dsn' => 'mysql:host=db;dbname=ely_accounts_test',
|
||||
],
|
||||
'mailer' => [
|
||||
'useFileTransport' => true,
|
||||
|
Reference in New Issue
Block a user