forked from youdu/graduate-design
modify config file
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# 开发环境配置-dev
|
||||
# redis
|
||||
spring.redis.host=${REDIS_HOST:127.0.0.1}
|
||||
spring.redis.port=${REDIS_PORT:6379}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# 生产环境配置-prod
|
||||
# redis
|
||||
spring.redis.host=${REDIS_HOST:127.0.0.1}
|
||||
spring.redis.port=${REDIS_PORT:6379}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# 测试环境配置-test
|
||||
# redis
|
||||
spring.redis.host=${REDIS_HOST:127.0.0.1}
|
||||
spring.redis.port=${REDIS_PORT:6379}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
spring.application.name=orion-ops
|
||||
server.port=9119
|
||||
spring.data.cassandra.request.timeout=10000
|
||||
spring.profiles.active=dev
|
||||
# 开发环境测试-dev
|
||||
spring.profiles.active=dev
|
||||
# redis
|
||||
spring.redis.jedis.pool.max-active=8
|
||||
spring.redis.jedis.pool.max-wait=-1
|
||||
|
||||
Reference in New Issue
Block a user