pcp-tgu
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties
|
||||
|
||||
@ConfigurationProperties("coverage-scheme")
|
||||
data class CoverageSchemeProperties(
|
||||
val ballisticsServiceUrl: String = "http://localhost:7003",
|
||||
val complexMissionServiceUrl: String = "http://localhost:7002",
|
||||
val ballisticsServiceUrl: String = "http://192.168.1.8:7003",
|
||||
val complexMissionServiceUrl: String = "http://192.168.1.8:7002",
|
||||
val satelliteCatalogServiceUrl: String = complexMissionServiceUrl,
|
||||
val defaultRollStepDegrees: Double = 5.0,
|
||||
val defaultMinimumTechnologyOverlap: Double = 0.05,
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user