parent
b73aa9c54b
commit
0c98d5b0f9
@ -1,45 +1,20 @@
|
||||
# TODO please replace [must] config value
|
||||
# TODO please replace [must] config value
|
||||
# TODO please replace [must] config value
|
||||
server.port=8080
|
||||
|
||||
# todo [database] ip/port/username/password [must]
|
||||
austin.database.ip=austin.mysql
|
||||
austin.database.port=5004
|
||||
austin.database.username=root
|
||||
austin.database.password=root123_A
|
||||
|
||||
# todo [redis] ip/port/password[must]
|
||||
austin.redis.ip=austin.redis
|
||||
austin.redis.port=5003
|
||||
austin.redis.password=austin
|
||||
|
||||
# TODO choose : kafka/eventBus/rocketMq/rabbitMq, default eventBus
|
||||
# TODO choose : [kafka]/[eventBus]/[rocketMq]/[rabbitMq],recommend [eventBus] or [kafka]
|
||||
austin.mq.pipeline=eventBus
|
||||
|
||||
# todo [kafka] ip/port[optional], if austin.mq.pipeline=kafka [must]
|
||||
austin.kafka.ip=austin.kafka
|
||||
austin.kafka.port=9092
|
||||
|
||||
# todo [rocketMq] [optional], if austin.mq.pipeline=rocketMq[must]
|
||||
austin.rocketmq.nameserver.ip=
|
||||
austin.rocketmq.nameserver.port=
|
||||
|
||||
# todo [rabbitMq] [optional], if austin.mq.pipeline=rabbitMq[must]
|
||||
austin.rabbitmq.ip=
|
||||
austin.rabbitmq.port=
|
||||
|
||||
# todo [xxl-job] switch [optional], if austin.xxl.job.enabled=true [must]
|
||||
# todo [xxl-job] switch
|
||||
austin.xxl.job.enabled=false
|
||||
austin.xxl.job.ip=127.0.0.1
|
||||
austin.xxl.job.port=6767
|
||||
|
||||
# todo choose: apollo/nacos switch [optional] ,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.nacos.enabled=false
|
||||
|
||||
# todo [grayLog] ip [optional]
|
||||
austin.grayLog.ip=austin.graylog
|
||||
# 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 if windows os and need upload file to send message ,replace path ![optional]
|
||||
austin.business.upload.crowd.path=/Users/3y/temp
|
@ -1,50 +1,22 @@
|
||||
# TODO please replace [must] config value
|
||||
# TODO please replace [must] config value
|
||||
# TODO please replace [must] config value
|
||||
server.port=7777
|
||||
|
||||
# docker mysql
|
||||
austin.database.ip=austin-mysql
|
||||
austin.database.port=3306
|
||||
austin.database.username=root
|
||||
austin.database.password=root123_A
|
||||
|
||||
# docker redis
|
||||
austin.redis.ip=austin-redis
|
||||
austin.redis.port=6379
|
||||
austin.redis.password=austin
|
||||
|
||||
# TODO choose : kafka/eventBus/rocketMq/rabbitMq, default eventBus
|
||||
# TODO choose : [kafka]/[eventBus]/[rocketMq]/[rabbitMq],recommend [eventBus] or [kafka]
|
||||
austin.mq.pipeline=kafka
|
||||
|
||||
# todo [kafka] ip/port[optional], if austin.mq.pipeline=kafka [must]
|
||||
austin.kafka.ip=austin-kafka
|
||||
austin.kafka.port=9092
|
||||
|
||||
# todo [rocketMq] [optional], if austin.mq.pipeline=rocketMq[must]
|
||||
austin.rocketmq.nameserver.ip=
|
||||
austin.rocketmq.nameserver.port=
|
||||
|
||||
# todo [rabbitMq] [optional], if austin.mq.pipeline=rabbitMq[must]
|
||||
austin.rabbitmq.ip=
|
||||
austin.rabbitmq.port=
|
||||
|
||||
# todo [xxl-job] switch [optional], if austin.xxl.job.enabled=true [must]
|
||||
# todo [xxl-job] switch
|
||||
austin.xxl.job.enabled=true
|
||||
austin.xxl.job.ip=austin-xxl-job
|
||||
austin.xxl.job.port=8080
|
||||
|
||||
# todo choose: apollo/nacos switch [optional] ,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.nacos.enabled=false
|
||||
|
||||
# todo [grayLog] ip [optional]
|
||||
austin.grayLog.ip=austin.graylog
|
||||
# TODO [hades] switch
|
||||
austin.rule.engine.enabled=false
|
||||
|
||||
# TODO if windows os and need upload file to send message ,replace path ![optional]
|
||||
# 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 [must]
|
||||
# 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
|
||||
|
Loading…
Reference in new issue