|
@@ -31,10 +31,10 @@ spring.cloud.nacos.discovery.server-addr =${NACOS_DISCOVERY_SERVER_ADDR:1
|
|
|
#domain name configuration #
|
|
|
############################################################################
|
|
|
maxkey.server.scheme =http
|
|
|
-maxkey.server.basedomain =${SERVER_DOMAIN:localhost}
|
|
|
+maxkey.server.basedomain =${SERVER_DOMAIN:thtest}
|
|
|
maxkey.server.domain =${maxkey.server.basedomain}
|
|
|
maxkey.server.name =${maxkey.server.scheme}://${maxkey.server.domain}
|
|
|
-maxkey.server.uri =${maxkey.server.name}:${server.port}${server.servlet.context-path}
|
|
|
+maxkey.server.uri =${SERVER_DOMAIN_FULL:http://thtest.xt.wenhq.top:8083/taihu-auth}
|
|
|
#default.uri
|
|
|
maxkey.server.default.uri =${maxkey.server.uri}/appList
|
|
|
maxkey.server.mgt.uri =${maxkey.server.name}:9527/taihu-mgt/login
|
|
@@ -122,9 +122,9 @@ mybatis.table-column-case =lowercase
|
|
|
############################################################################
|
|
|
#redis server configuration #
|
|
|
############################################################################
|
|
|
-spring.redis.host =localhost
|
|
|
-spring.redis.port =6379
|
|
|
-spring.redis.password =
|
|
|
+spring.redis.host =${REDIS_HOST:61.132.52.38}
|
|
|
+spring.redis.port =${REDIS_PORT:20003}
|
|
|
+spring.redis.password =${REDIS_PWD:password}
|
|
|
spring.redis.timeout =10000
|
|
|
spring.redis.jedis.pool.max-wait =1000
|
|
|
spring.redis.jedis.pool.max-idle =200
|