mirror of https://github.com/ZhongFuCheng3y/austin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
720 B
22 lines
720 B
server.port=8080
|
|
|
|
# TODO choose : [kafka]/[eventBus]/[rocketMq]/[rabbitMq],recommend [eventBus] or [kafka]
|
|
austin.mq.pipeline=eventBus
|
|
|
|
# todo [xxl-job] switch
|
|
austin.xxl.job.enabled=false
|
|
|
|
# todo choose: [apollo]/[nacos] switch ,if [apollo] and [nacos] both false, use local.properties
|
|
austin.apollo.enabled=false
|
|
austin.nacos.enabled=false
|
|
|
|
# TODO [hades] switch
|
|
austin.rule.engine.enabled=false
|
|
|
|
# TODO if windows os and need upload file to send message ,replace path !
|
|
austin.business.upload.crowd.path=/Users/3y/temp
|
|
|
|
# TODO Whether to enable [sensitive word filter] and set the [path] of sensitive words dictionary
|
|
austin.senswords.filter.enabled=true
|
|
austin.senswords.dict.path=classpath:sensitive-words.txt
|