Skip to content

Commit

Permalink
[#6] Change DB url
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Dec 12, 2022
1 parent 4ea0d97 commit 83211ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
depends_on:
- db
environment:
- DATABASE_URL=postgresql://siwins:password@db:5432/siwins
- DATABASE_URL=postgresql://siwins:password@db:5432/siwins_test
- AUTH0_CLIENT=$AUTH0_CLIENT
- AUTH0_USER=$AUTH0_USER
- AUTH0_PWD=$AUTH0_PWD
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ services:
volumes:
- ./:/app:delegated
environment:
- DATABASE_URL=postgresql://siwins:password@db:5432/siwins_test
- DATABASE_URL=postgresql://siwins:password@db:5432/siwins
- COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN:-}
- AUTH0_CLIENT=$AUTH0_CLIENT
- AUTH0_USER=$AUTH0_USER
- AUTH0_PWD=$AUTH0_PWD
Expand Down

0 comments on commit 83211ec

Please sign in to comment.