|
|
|
@ -2,25 +2,23 @@
|
|
|
|
|
# TODO please replace 【must】 config value
|
|
|
|
|
# TODO please replace 【must】 config value
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# todo [database] ip/port/username/password 【must】
|
|
|
|
|
austin-database-ip=
|
|
|
|
|
austin-database-port=
|
|
|
|
|
austin-database-username=
|
|
|
|
|
austin-database-password=
|
|
|
|
|
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-port=
|
|
|
|
|
austin-redis-password=
|
|
|
|
|
austin-redis-ip=austin.redis
|
|
|
|
|
austin-redis-port=5003
|
|
|
|
|
austin-redis-password=austin
|
|
|
|
|
|
|
|
|
|
# TODO kafka/eventbus
|
|
|
|
|
austin-mq-pipeline=eventbus
|
|
|
|
|
austin-mq-pipeline=kafka
|
|
|
|
|
|
|
|
|
|
# todo [kafka] ip/port【optional】, if austin-mq-pipeline=kafka 【must】
|
|
|
|
|
austin-kafka-ip=
|
|
|
|
|
austin-kafka-port=
|
|
|
|
|
austin-kafka-ip=austin.kafka
|
|
|
|
|
austin-kafka-port=9092
|
|
|
|
|
|
|
|
|
|
# todo [rocketmq] 【optional】, if austin-mq-pipeline=rocketMq【must】
|
|
|
|
|
austin-rocketmq-nameserver-ip=127.0.0.1
|
|
|
|
@ -37,8 +35,8 @@ austin-xxl-job-port=6767
|
|
|
|
|
# todo [apollo] switch 【optional】
|
|
|
|
|
apollo.enabled=false
|
|
|
|
|
|
|
|
|
|
# todo [grayLog] ip 【optional】
|
|
|
|
|
austin-grayLog-ip=127.0.0.1
|
|
|
|
|
# todo [grayLog] ip【optional】
|
|
|
|
|
austin-grayLog-ip=austin.graylog
|
|
|
|
|
|
|
|
|
|
##################### system properties #####################
|
|
|
|
|
server.shutdown=graceful
|
|
|
|
@ -94,7 +92,7 @@ spring.redis.password=${austin-redis-password}
|
|
|
|
|
austin.business.topic.name=austinBusiness
|
|
|
|
|
austin.business.recall.topic.name=austinRecall
|
|
|
|
|
austin.business.recall.group.name=recallGroupId
|
|
|
|
|
austin.business.log.topic.name=austinLog
|
|
|
|
|
austin.business.log.topic.name=austinTraceLog
|
|
|
|
|
austin.business.graylog.ip=${austin-grayLog-ip}
|
|
|
|
|
|
|
|
|
|
# TODO kafka tag filter,if you need, replace tagIdValue ,eg:com.java3y.austin.yyy
|
|
|
|
|