Skip to content

Commit

Permalink
updates application properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbey37 committed Sep 14, 2018
1 parent d515ff6 commit 42204be
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ server.port=8081
spring.datasource.username=tracker
spring.datasource.url=jdbc:mysql://localhost:3306/tracker_allocations_dev?useSSL=false&useTimezone=true&serverTimezone=UTC&useLegacyDatetimeCode=false
registration.server.endpoint=http://registration-server
eureka.client.service-url.default-zone=http://10.248.106.140:8761/eureka
eureka.client.service-url.default-zone=http://10.76.4.248:8761/
security.basic.enabled=false
management.security.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ server.port=8082
spring.datasource.username=tracker
spring.datasource.url=jdbc:mysql://localhost:3306/tracker_backlog_dev?useSSL=false&useTimezone=true&serverTimezone=UTC&useLegacyDatetimeCode=false
registration.server.endpoint=http://registration-server
eureka.client.service-url.default-zone=http://10.248.106.140:8761/eureka
eureka.client.service-url.default-zone=http://10.76.4.248:8761/
security.basic.enabled=false
management.security.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ server.port=8083
spring.datasource.username=tracker
spring.datasource.url=jdbc:mysql://localhost:3306/tracker_registration_dev?useSSL=false&useTimezone=true&serverTimezone=UTC&useLegacyDatetimeCode=false
registration.server.endpoint=http://registration-server
eureka.client.service-url.default-zone=http://10.248.106.140:8761/eureka
eureka.client.service-url.default-zone=http://10.76.4.248:8761/
security.basic.enabled=false
management.security.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ server.port=8084
spring.datasource.username=tracker
spring.datasource.url=jdbc:mysql://localhost:3306/tracker_timesheets_dev?useSSL=false&useTimezone=true&serverTimezone=UTC&useLegacyDatetimeCode=false
registration.server.endpoint=http://registration-server
eureka.client.service-url.default-zone=http://10.248.106.140:8761/eureka
eureka.client.service-url.default-zone=http://10.76.4.248:8761/
security.basic.enabled=false
management.security.enabled=false
Binary file not shown.
2 changes: 0 additions & 2 deletions platform-services/eureka-server/application.properties

This file was deleted.

0 comments on commit 42204be

Please sign in to comment.