Skip to content

Commit

Permalink
update envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mirzabicer committed Jan 23, 2024
1 parent 2c027bf commit 21a24e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-and-dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ jobs:
run: npm run test:detectOpen
env:
NODE_ENV: development
MONGO_URI: mongodb://localhost:27017/programming-project
MONGO_PASSWORD:
MONGO_URI: mongodb+srv://mirzabicerdev:<PASSWORD>@cluster0.y5wdfov.mongodb.net/?retryWrites=true&w=majority
MONGO_PASSWORD: OsTa2012
API_VERSION: 0.0.1
PORT: 8371
REDIS_HOST: redis-17118.c311.eu-central-1-1.ec2.cloud.redislabs.com
REDIS_PORT: 17118
REDIS_PASSWORD: QO3oRAIuvXVtbuMan6zYNjichHZUWQ6C
JWT_SECRET: ijoiesfkwjowiejioJEWROGFKJRWEIOFG
ACCESS_EXP_MIN: 99999
dockerize:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21a24e9

Please sign in to comment.