Skip to content

Commit

Permalink
updated test env
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSalwa committed Apr 18, 2024
1 parent 87f7f76 commit cc05263
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
APP_ENV=test
APP_DEBUG=1
APP_DEBUG=0
TIMEZONE=Europe/Warsaw

DATABASE_URL="postgresql://tester:interview@0.0.0.0:5432/testing?serverVersion=15&charset=utf8"
DATABASE_URL="postgresql://interview:interview@80.209.225.237:5432/interview?serverVersion=15&charset=utf8"

REDIS_HOST=0.0.0.0
REDIS_PORT=6379

JWT_SECRET_KEY=suitgzZYcHnLNUi2r7EWO559CwWNOB1P
X_API_KEY=CBusCNJihmsv6fGwyPUJzPwDPhnxsSJLEBGSHOPtSKmiW72IZpMobs4on5NPnoiY

AUTH_API_HOST=http://80.209.225.237:8011
AUTH_API_AUTH_CREDENTIALS='interview:interview'

AUTH_USERNAME=interview
AUTH_PASSWORD=interview

Expand All @@ -30,7 +32,7 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1|interview.local)(:[0-9]+)?$
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
RABBITMQ_URL=amqp://interview:interview@0.0.0.0:5672/interview
RABBITMQ_URL=amqp://interview:interview@80.209.225.237:5672/interview
###< symfony/messenger ###

LOCK_DSN=flock
Expand All @@ -39,4 +41,4 @@ MAILER_DSN=smtp://0.0.0.0:1025
MAILER_FROM="interview@interview.com"

GRPC_AUTH_SERVICE_DSN="80.209.225.237:8022"
GRPC_USER_SERVICE_DSN="80.209.225.237:8032"
GRPC_USER_SERVICE_DSN="80.209.225.237:8032"

0 comments on commit cc05263

Please sign in to comment.