Skip to content

Commit

Permalink
Modify .env.test #185
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Feb 5, 2025
1 parent b11c237 commit 1434e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ POSTGRESQL_DB_URL="postgresql://postgres:app123456@localhost:5435/languages_test
MONGO_DB_DATABASE=languages_test
MONGO_DB_URL=mongodb://localhost:27017/languages_test?replicaSet=rs0&directConnection=true
GOOGLE_CLIENT_ID=""
JWT_SECRET=""
JWT_SECRET="secret"
FRONTED_URL="http://localhost:3000"
RABBITMQ_DEFAULT_USER=app
RABBITMQ_DEFAULT_PASS=rabbit_app
Expand Down

0 comments on commit 1434e1d

Please sign in to comment.