Skip to content

Commit c962448

Browse files
authored
Introduce variables for services
1 parent 419c409 commit c962448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application-prod.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ spring.jpa.show-sql=false
88
spring.sql.init.continue-on-error=true
99
spring.jpa.hibernate.ddl-auto=update
1010

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
11+
course_service.url=${COURSE_SERVICE_URL:http://app-course:2001/graphql}
12+
content_service.url=${CONTENT_SERVICE_URL:http://app-content:4001/graphql}
13+
user_service.url=${USER_SERVICE_URL:http://app-user:5001/graphql}
1414

1515
github.organization_name=${GITHUB_ORG_NAME:MEITREX-TEST}
1616

0 commit comments

Comments
 (0)