Skip to content

Commit

Permalink
ci: update environment variables in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Dec 13, 2023
1 parent 1249b94 commit de09005
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ env:
PAYMENTS_SERVICE_PORT: 3040
TICKETS_SERVICE_PORT: 3010
FRONTEND_PORT: 4200
NATS_URL: http://localhost:4222
NATS_CLUSTER_ID: ticketing
ORY_BASE_PATH: ${{ secrets.ORY_BASE_PATH }}
ORY_API_KEY: ${{ secrets.ORY_API_KEY }}
ORY_ACTION_API_KEY: ${{ secrets.ORY_ACTION_API_KEY }}
RMQ_URL: http://localhost:5672
MONGODB_URI: mongodb://localhost:27017
REDIS_URL: redis://localhost:6379

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ This repository shows:
# build custom Nginx Proxy
yarn docker:nginx:build

# build custom NATS Streaming Server
yarn docker:nats:build
# build custom RabbitMQ node
yarn docker:rmq:build

# start the docker images (mongo, redis, nats)
# start the docker images (mongo, redis, rabbitmq)
yarn docker:deps:up

# start Nginx Proxy
Expand Down
5 changes: 1 addition & 4 deletions apps/auth/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,7 @@
"url": "http://localhost:3000"
},
{
"url": "http://localhost:8080"
},
{
"url": "http://ticketing.dev"
"url": "http://localhost"
}
],
"components": {
Expand Down

0 comments on commit de09005

Please sign in to comment.