|
|
@@ -27,6 +27,16 @@ spring: |
|
|
host: 127.0.0.1 |
|
|
host: 127.0.0.1 |
|
|
port: 6379 |
|
|
port: 6379 |
|
|
password: ENC(8gYU47Fu93NUJPhwPCiPbAT+6VFA1YDx1egK4Z0Nl6w=) |
|
|
password: ENC(8gYU47Fu93NUJPhwPCiPbAT+6VFA1YDx1egK4Z0Nl6w=) |
|
|
|
|
|
timeout: 3600 |
|
|
|
|
|
expire: 1800 #30分钟 |
|
|
|
|
|
database: 1 |
|
|
|
|
|
defaultExpiration: 2592000 # 默认生命周期30天 |
|
|
|
|
|
jedis: |
|
|
|
|
|
pool: |
|
|
|
|
|
max-active: 50 |
|
|
|
|
|
max-idle: 50 |
|
|
|
|
|
max-wait: -1 |
|
|
|
|
|
min-idle: 0 |
|
|
# EMAIL |
|
|
# EMAIL |
|
|
mail: |
|
|
mail: |
|
|
host: smtp.exmail.qq.com |
|
|
host: smtp.exmail.qq.com |
|
|
|