Skip to content

Commit

Permalink
fixing circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Umed Khudoiberdiev committed Jan 3, 2019
1 parent 7f6aeeb commit f16e2c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ormconfig.circleci.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"port": 3306,
"username": "root",
"password": "",
"database": "test"
"database": "circle_test"
},
{
"skip": true,
Expand All @@ -31,9 +31,9 @@
"type": "postgres",
"host": "localhost",
"port": 5432,
"username": "test",
"password": "test",
"database": "test",
"username": "postgres",
"password": "mysecretpassword",
"database": "circle_test",
"logging": false
},
{
Expand Down

0 comments on commit f16e2c2

Please sign in to comment.