Commit 9c56b8a4 by guo_minglei@163.com

添加redis地址

parent 8c8054a0
......@@ -16,3 +16,16 @@ myth-job:
script:
root:
path: /mythjob/script/
spring:
redis:
database: 0
host: 10.0.120.30
port: 6379
password:
pool:
max-active: 8
max-wait: 1
max-idle: 8
min-idle: 0
timeout: 0
......@@ -17,3 +17,16 @@ myth-job:
script:
root:
path: /mythjob/script/
spring:
redis:
database: 0
host: ${Redis_IP}
port: ${Redis_port}
password:
pool:
max-active: 8
max-wait: 1
max-idle: 8
min-idle: 0
timeout: 0
\ No newline at end of file
......@@ -17,3 +17,16 @@ myth-job:
script:
root:
path: /mythjob/script/
spring:
redis:
database: 0
host: ${Redis_IP}
port: ${Redis_port}
password:
pool:
max-active: 8
max-wait: 1
max-idle: 8
min-idle: 0
timeout: 0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment