Skip to content

Commit

Permalink
use non test db settings
Browse files Browse the repository at this point in the history
  • Loading branch information
henrixapp committed Apr 13, 2023
1 parent dfc8ca7 commit f07f094
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/run_cypress_tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ services:
entrypoint: /usr/src/app/entrypoint.sh
environment:
RAILS_ENV: test
TEST_DATABASE_ADAPTER: postgresql:13
TEST_DATABASE_DATABASE: mampf
TEST_DATABASE_INTERACTIONS: interactions
TEST_DATABASE_USERNAME: mampf
TEST_DATABASE_HOST: db
TEST_DATABASE_PORT: 5432
DATABASE_ADAPTER: postgresql
DATABASE_DATABASE: mampf
DATABASE_INTERACTIONS: interactions
DATABASE_USERNAME: mampf
DATABASE_HOST: db
DATABASE_PORT: 5432
MAILSERVER: mailcatcher
FROM_ADDRESS: development@localhost
URL_HOST: mampf
Expand Down

0 comments on commit f07f094

Please sign in to comment.