38 lines
545 B
YAML
38 lines
545 B
YAML
msg:
|
|
ky:
|
|
startWith:
|
|
web: "WEB"
|
|
h5: "H5"
|
|
app: "全站"
|
|
hth:
|
|
startWith:
|
|
web: ""
|
|
h5: ""
|
|
app1: ""
|
|
app2: ""
|
|
js:
|
|
ky:
|
|
kyweb1: "kyPc"
|
|
kyweb2: ""
|
|
kyh51: "kyH5"
|
|
kyh52: ""
|
|
kyApp1: "kyApp"
|
|
kyApp2: ""
|
|
hth:
|
|
hthweb: ""
|
|
hthh5: ""
|
|
hthApp1: ""
|
|
hthApp2: ""
|
|
path:
|
|
template: "link.js.template"
|
|
targets: "link.js"
|
|
|
|
server:
|
|
port: 8888
|
|
spring:
|
|
cache:
|
|
type: CAFFEINE
|
|
caffeine:
|
|
spec: maximumSize=100,expireAfterWrite=10m
|
|
ip:
|
|
white: "127.0.0.1" |