You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,11 @@ The `additionalResolvers` section defines code for custom GraphQL queries which
61
61
| SKILLLEVEL_SERVICE_URL | URL for skilllevel service GraphQL |http://host.docker.internal:8001/graphql|http://localhost:3500/v1.0/invoke/skilllevel-service/method/graphql|
62
62
| QUIZ_SERVICE_URL | URL for quiz service GraphQL |http://host.docker.internal:9001/graphql|http://localhost:3500/v1.0/invoke/quiz-service/method/graphql||
63
63
| ASSIGNMENT_SERVICE_URL | URL for assignment service GraphQL |http://host.docker.internal:11001/graphql|http://localhost:3500/v1.0/invoke/assignment-service/method/graphql|
64
+
| GAMIFICATION_SERVICE_URL | URL for gamification service GraphQL |http://host.docker.internal:1201/graphql|http://localhost:1200\v1.0/invoke/gamifiation-service/method/graphql|
64
65
| JWKS_URL | URL for jwks keycloak |http://host.docker.internal:9009/realms/GITS/protocol/openid-connect/certs|http://keycloak/keycloak/realms/GITS/protocol/openid-connect/certs|
65
66
66
67
68
+
67
69
### Other properties
68
70
| Name | Description | Value in Dev Environment | Value in Prod Environment |
0 commit comments