Skip to content

Commit

Permalink
mongo host env added
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlebl committed Apr 30, 2024
1 parent cdbb708 commit 1484702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
test-api:
env:
PORT: 8080
# MONGODB_URL: 'mongodb://mongodb:27017/nomad'
# HOST: '0.0.0.0'
MONGODB_URL: 'mongodb://mongodb:27017/nomad'
HOST: '0.0.0.0'
# FRONT_HOST_URL: 'http://localhost:3003'
ADMIN_PASSWORD: 'password'
JWT_EXPIRATION: 36000
Expand Down

0 comments on commit 1484702

Please sign in to comment.