Skip to content

Commit f3ef483

Browse files
author
Daniel Mellum
committed
use localhost for mongodb as well
1 parent 60ae2f4 commit f3ef483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
environment:
1010
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
1111
DB_HOST: 127.0.0.1
12+
MDB_HOST: 127.0.0.1
1213

1314
working_directory: ~/app
1415
steps:
@@ -36,6 +37,7 @@ jobs:
3637
environment:
3738
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
3839
DB_HOST: 127.0.0.1
40+
MDB_HOST: 127.0.0.1
3941

4042
working_directory: ~/app
4143
steps:

0 commit comments

Comments
 (0)