Init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
spring:
|
||||
application:
|
||||
name: tle-monitoring-service
|
||||
profiles:
|
||||
default: local
|
||||
config:
|
||||
import: "configserver:"
|
||||
cloud:
|
||||
config:
|
||||
uri: ${CONFIG_SERVER_URI:http://localhost: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}
|
||||
|
||||
tle:
|
||||
polling:
|
||||
enabled: ${TLE_POLLING_ENABLED:false}
|
||||
timeout-seconds: ${TLE_POLLING_TIMEOUT_SECONDS:10800}
|
||||
Reference in New Issue
Block a user