zy-short-url/zy-shorturl-server/src/main/resources/application.yml
2022-07-31 20:21:14 +08:00

24 lines
327 B
YAML

server:
port: 8090
spring:
redis:
host: '192.168.1.202'
port: 6379
timeout: 60000
database: 12
password: '123456'
shorturl:
redirect:
enable: true
url-suffix: '/to'
api:
enable: true
url-suffix: '/api'
add: '/add'
get: '/get'
store:
retryMax: 6
store-type: redis