添加es服务扩展

This commit is contained in:
橙子
2021-11-09 18:50:49 +08:00
parent 6d5f2cbae7
commit c50bc97c51
15 changed files with 490 additions and 11 deletions

View File

@@ -17,6 +17,7 @@
"Redis_Enabled": true,
"RedisSeed_Enabled": true,
"Kafka_Enabled": false,
"ElasticSeach_Enabled": false,
"MutiDB_Enabled": false,
"SMS_Enabled": true,
"DbList": [ "Sqlite", "Mysql", "Sqlserver", "Oracle" ],
@@ -53,6 +54,10 @@
"Password": "cc",
"Port": 5672
},
"ElasticSeachConn": {
"Url": "",
"IndexName": ""
},
"KafkaOptions": {
"BrokerList": "192.168.3.230:9092",
"TopicName": "kafkalog"