Skip to content

Commit

Permalink
Env : update env.test for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
julkwel committed Jan 8, 2024
1 parent b9313c9 commit ed955f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots

###> docker/env ###
POSTGRES_USER=mada
POSTGRES_PASSWORD=mada
POSTGRES_DB=mada-map
###> docker/env ###

DATABASE_URL="postgresql://mada:mada@localhost:5432/mada-map?serverVersion=15&charset=utf8"

0 comments on commit ed955f4

Please sign in to comment.