pcp-tgu
This commit is contained in:
@@ -7,7 +7,7 @@ spring:
|
||||
import: "configserver:"
|
||||
cloud:
|
||||
config:
|
||||
uri: ${CONFIG_SERVER_URI:http://localhost:8888}
|
||||
uri: ${CONFIG_SERVER_URI:http://192.168.60.201:8888}
|
||||
fail-fast: ${CONFIG_SERVER_FAIL_FAST:true}
|
||||
profile: ${SPRING_CLOUD_CONFIG_PROFILE:${SPRING_PROFILES_ACTIVE:${spring.profiles.default}}}
|
||||
label: ${SPRING_CLOUD_CONFIG_LABEL:dev}
|
||||
|
||||
@@ -9,7 +9,7 @@ spring:
|
||||
default-property-inclusion: non_null
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://192.168.100.160:35400/pcp_slots
|
||||
url: jdbc:postgresql://192.168.1.8:35400/pcp_slots
|
||||
username: postgres
|
||||
password: password
|
||||
hikari:
|
||||
@@ -59,7 +59,7 @@ management:
|
||||
enabled: true
|
||||
|
||||
settings:
|
||||
earth-grid-service: http://192.168.60.68:7005
|
||||
earth-grid-service: http://192.168.1.8:7005
|
||||
|
||||
server:
|
||||
port: 7006
|
||||
|
||||
Reference in New Issue
Block a user