parent
b64a2258f6
commit
7d4a7b573c
@ -1,23 +1,48 @@
|
|||||||
server.port=7777
|
#server.port=7777
|
||||||
|
#
|
||||||
|
## TODO choose : [kafka]/[eventBus]/[rocketMq]/[rabbitMq],recommend [eventBus] or [kafka]
|
||||||
|
#austin.mq.pipeline=kafka
|
||||||
|
#
|
||||||
|
## todo [xxl-job] switch
|
||||||
|
#austin.xxl.job.enabled=true
|
||||||
|
#
|
||||||
|
## todo choose: [apollo]/[nacos] switch ,if [apollo] and [nacos] both false, use local.properties
|
||||||
|
#austin.apollo.enabled=false
|
||||||
|
#austin.nacos.enabled=true
|
||||||
|
#
|
||||||
|
## TODO [hades] switch
|
||||||
|
#austin.rule.engine.enabled=true
|
||||||
|
#
|
||||||
|
## TODO if windows os and need upload file to send message ,replace path !
|
||||||
|
#austin.business.upload.crowd.path=/Users/3y/temp
|
||||||
|
#
|
||||||
|
## TODO if [login use officialAccount] switch [optional], if austin.login.official.account.enable=true
|
||||||
|
#austin.login.official.account.enable=true
|
||||||
|
#austin.login.official.account.appId=wx27f83ca10e06b325
|
||||||
|
#austin.login.official.account.secret=203299484df873a18621d076db46fa99
|
||||||
|
#austin.login.official.account.token=austin123
|
||||||
|
|
||||||
|
|
||||||
|
server.port=8080
|
||||||
|
|
||||||
# TODO choose : [kafka]/[eventBus]/[rocketMq]/[rabbitMq],recommend [eventBus] or [kafka]
|
# TODO choose : [kafka]/[eventBus]/[rocketMq]/[rabbitMq],recommend [eventBus] or [kafka]
|
||||||
austin.mq.pipeline=kafka
|
austin.mq.pipeline=eventBus
|
||||||
|
|
||||||
# todo [xxl-job] switch
|
# todo [xxl-job] switch
|
||||||
austin.xxl.job.enabled=true
|
austin.xxl.job.enabled=false
|
||||||
|
|
||||||
# todo choose: [apollo]/[nacos] switch ,if [apollo] and [nacos] both false, use local.properties
|
# todo choose: [apollo]/[nacos] switch ,if [apollo] and [nacos] both false, use local.properties
|
||||||
austin.apollo.enabled=false
|
austin.apollo.enabled=false
|
||||||
austin.nacos.enabled=true
|
austin.nacos.enabled=false
|
||||||
|
|
||||||
# TODO [hades] switch
|
# TODO [hades] switch
|
||||||
austin.rule.engine.enabled=true
|
austin.rule.engine.enabled=false
|
||||||
|
|
||||||
# TODO if windows os and need upload file to send message ,replace path !
|
# TODO if windows os and need upload file to send message ,replace path !
|
||||||
austin.business.upload.crowd.path=/Users/3y/temp
|
austin.business.upload.crowd.path=/Users/3y/temp
|
||||||
|
|
||||||
# TODO if [login use officialAccount] switch [optional], if austin.login.official.account.enable=true
|
# TODO if [login use officialAccount] switch [optional], if austin.login.official.account.enable=true
|
||||||
austin.login.official.account.enable=true
|
austin.login.official.account.enable=true
|
||||||
austin.login.official.account.appId=wx27f83ca10e06b325
|
austin.login.official.account.appId=wx4ff374698f142efe
|
||||||
austin.login.official.account.secret=203299484df873a18621d076db46fa99
|
austin.login.official.account.secret=cc1b5c018660329ccf5ed0a5ec4f1a2c
|
||||||
austin.login.official.account.token=austin123
|
austin.login.official.account.token=abc123
|
Loading…
Reference in new issue