Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/COMPASS-DPG/wpcas-ui into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalEsMagico committed Dec 15, 2023
2 parents b6d4805 + 17c01cb commit cf893e5
Show file tree
Hide file tree
Showing 4 changed files with 2,681 additions and 3,091 deletions.
7 changes: 4 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Ideally, don't add them to production deployment envs
# !STARTERCONF Change to true if you want to log data
NEXT_PUBLIC_SHOW_LOGGER="false"
NEXT_PUBLIC_WPCAS_SERVICE_BACKEND_IP=http://0.0.0.0:4010
NEXT_PUBLIC_COURSE_MANAGER_SERVICE_BACKEND_URL=http://0.0.0.0:4030
NEXT_PUBLIC_MARKETPLACE_SERVICE_BACKEND_IP=http://0.0.0.0:4020
PORT=3200
NEXT_PUBLIC_WPCAS_SERVICE_BACKEND_IP=https://wpcas.backend.compass.samagra.io
NEXT_PUBLIC_COURSE_MANAGER_SERVICE_BACKEND_URL=https://course.backend.compass.samagra.io
NEXT_PUBLIC_MARKETPLACE_SERVICE_BACKEND_IP=https://marketplace.backend.compass.samagra.io
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "3200:3000"
- 3200:3000
networks:
- samagra_compass

Expand Down
336 changes: 168 additions & 168 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf893e5

Please sign in to comment.