techhero-front-track-local.yml 454 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# spring:
#   redis:
#     database: 10
#     remote: false        #cachecloud 获取
#     #host: 119.96.99.9
#     #hostName: 119.96.99.9 #183.95.190.112
#     #port: 6379
#     #password: 123456
#     host: test-env
#     # hostName: 119.96.87.17 #183.95.190.112
#     port: 6379
#     password: techhero
#     timeout: 0
#     pool:
#       max-active: 8
#       max-wait: -1
#       max-idle: 8
#       min-idle: 0

front:
  server:
    port: 28889