modify config file

This commit is contained in:
2025-10-20 23:03:44 +08:00
parent a93052c408
commit 48939f1bd9
4 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# 开发环境配置-dev
# redis
spring.redis.host=${REDIS_HOST:127.0.0.1}
spring.redis.port=${REDIS_PORT:6379}

View File

@@ -1,3 +1,4 @@
# 生产环境配置-prod
# redis
spring.redis.host=${REDIS_HOST:127.0.0.1}
spring.redis.port=${REDIS_PORT:6379}

View File

@@ -1,3 +1,4 @@
# 测试环境配置-test
# redis
spring.redis.host=${REDIS_HOST:127.0.0.1}
spring.redis.port=${REDIS_PORT:6379}

View File

@@ -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