We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419c409 commit c962448Copy full SHA for c962448
src/main/resources/application-prod.properties
@@ -8,9 +8,9 @@ spring.jpa.show-sql=false
8
spring.sql.init.continue-on-error=true
9
spring.jpa.hibernate.ddl-auto=update
10
11
-course_service.url=http://localhost:3500/v1.0/invoke/course-service/method/graphql
12
-content_service.url=http://localhost:3500/v1.0/invoke/content-service/method/graphql
13
-user_service.url=http://localhost:3500/v1.0/invoke/user-service/method/graphql
+course_service.url=${COURSE_SERVICE_URL:http://app-course:2001/graphql}
+content_service.url=${CONTENT_SERVICE_URL:http://app-content:4001/graphql}
+user_service.url=${USER_SERVICE_URL:http://app-user:5001/graphql}
14
15
github.organization_name=${GITHUB_ORG_NAME:MEITREX-TEST}
16
0 commit comments