|
@@ -1,41 +1,4 @@
|
|
|
-spring.profiles.active=dev
|
|
|
-
|
|
|
-spring.application.name=EC-CORE-EXAMWORK
|
|
|
-server.port=8001
|
|
|
-
|
|
|
-spring.datasource.validation-query=SELECT 1 FROM DUAL
|
|
|
-spring.datasource.test-on-borrow=true
|
|
|
-spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
-
|
|
|
-spring.jpa.show-sql=false
|
|
|
-spring.jpa.hibernate.ddl-auto=update
|
|
|
-spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
|
|
|
-spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
|
|
-
|
|
|
-
|
|
|
-spring.http.multipart.max-file-size=10Mb
|
|
|
-
|
|
|
-hystrix.command.default.execution.timeout.enabled=false
|
|
|
-hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 600000
|
|
|
-
|
|
|
-ribbon.ReadTimeout=800000
|
|
|
-ribbon.ConnectTimeout=800000
|
|
|
-
|
|
|
-spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
-spring.jackson.time-zone=GMT+8
|
|
|
-
|
|
|
-$rmp.ctr.examwork=/api/ecs_exam_work
|
|
|
-$rmp.cloud.examwork=/api/core/examwork/
|
|
|
-$rmp.ctr.basic=/api/ecs_core
|
|
|
-$rmp.ctr.oe=/api/ecs_oe
|
|
|
-
|
|
|
-eureka.instance.lease-renewal-interval-in-seconds=1
|
|
|
-eureka.instance.lease-expiration-duration-in-seconds=2
|
|
|
-eureka.instance.prefer-ip-address=true
|
|
|
-eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port}
|
|
|
-eureka.client.healthcheck.enabled=true
|
|
|
-
|
|
|
-info.app=${spring.application.name}
|
|
|
-
|
|
|
-$log.level.default=debug
|
|
|
-
|
|
|
+spring.profiles.active=dev
|
|
|
+$config.server.host=config-host
|
|
|
+
|
|
|
+
|