Skip to content

Commit

Permalink
chore: Update environment configuration for testing with new database…
Browse files Browse the repository at this point in the history
… settings and additional parameters
  • Loading branch information
MrAnyx committed Jan 25, 2025
1 parent 1c46be4 commit 26f2db6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
CORS_ALLOW_ORIGIN='*'
MAILER_DSN=smtp://localhost
MESSENGER_TRANSPORT_DSN=null
DATABASE_URL="postgresql://user:password@database:5432/meeio?serverVersion=16.4&charset=utf8"
DATABASE_URL="postgresql://user:password@database:5432/meeio"
LOCK_DSN=flock
NOREPLY_SENDER=example@mail.local
DATABASE_CHARSET=utf8
DATABASE_VERSION=16.4
9 changes: 7 additions & 2 deletions .github/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ APP_ENV=test
APP_SECRET=ChangeMe
KERNEL_CLASS='App\Kernel'
SYMFONY_DEPRECATIONS_HELPER=999999
DATABASE_URL="postgresql://user:password@0.0.0.0:5432/meeio?serverVersion=16.4&charset=utf8"
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
DATABASE_URL="postgresql://user:password@0.0.0.0:5432/meeio"
CORS_ALLOW_ORIGIN='*'
MAILER_DSN=smtp://localhost
MESSENGER_TRANSPORT_DSN=null
LOCK_DSN=flock
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
NOREPLY_SENDER=example@mail.local
DATABASE_CHARSET=utf8
DATABASE_VERSION=16.4

0 comments on commit 26f2db6

Please sign in to comment.