mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Fix circle envs
This commit is contained in:
parent
bea3b4d606
commit
5142dc528f
2 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ references:
|
|||
RACK_ENV: test
|
||||
RAILS_ENV: test
|
||||
mariadb: &mariadb
|
||||
image: cricleci/mariadb:10.3-bionic-ram
|
||||
image: circleci/mariadb:10.3-bionic-ram
|
||||
environment:
|
||||
MYSQL_DATABASE: ensl
|
||||
MYSQL_DATABASE: ensl_test
|
||||
MYSQL_USER: ensl
|
||||
MYSQL_USERNAME: ensl
|
||||
MYSQL_PASSWORD: ensl
|
||||
|
|
|
@ -15,7 +15,7 @@ SELENIUM_HOST=selenium
|
|||
TEST_APP_HOST=localhost
|
||||
TEST_APP_PORT=3005
|
||||
|
||||
MYSQL_HOST=db
|
||||
MYSQL_HOST=localhost
|
||||
MYSQL_DATABASE=ensl_test
|
||||
MYSQL_USERNAME=ensl
|
||||
MYSQL_PASSWORD=ensl
|
||||
|
|
Loading…
Reference in a new issue