|
@@ -43,10 +43,10 @@ spring.datasource.hikari.data-source-properties.maintainTimeStats=false
|
|
|
#
|
|
|
# ********** db redis config **********
|
|
|
#
|
|
|
-spring.redis.host=192.168.10.30
|
|
|
-spring.redis.port=6379
|
|
|
-spring.redis.password=examcloud
|
|
|
-spring.redis.database=11
|
|
|
+com.qmth.redis.host=192.168.10.30
|
|
|
+com.qmth.redis.port=6379
|
|
|
+com.qmth.redis.password=examcloud
|
|
|
+com.qmth.redis.db=11
|
|
|
#
|
|
|
# ********** spring cloud config **********
|
|
|
#
|
|
@@ -72,4 +72,5 @@ spring.cloud.inetutils.preferred-networks=^192\.168\.[\d]+\.[\d]+$
|
|
|
#
|
|
|
spring.main.allow-bean-definition-overriding=false
|
|
|
management.endpoints.web.exposure.include=info,health,config-refresh
|
|
|
-sys.api.prefix=/api
|
|
|
+ribbon.ReadTimeout=5000
|
|
|
+ribbon.ConnectTimeout=5000
|