Merge branch 'main' of https://github.com/ccnetcore/Yi into main
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"RedisSet_Enabled": false,
|
||||
"Kafka_Enabled": false,
|
||||
"MutiDB_Enabled": false,
|
||||
"DbList": [ "Sqlite", "Mysql", "Sqlserver", "Oracle" ],
|
||||
"DbList": ["Sqlite", "Mysql", "Sqlserver", "Oracle"],
|
||||
"DbSelect": "Mysql",
|
||||
|
||||
"DbConn": {
|
||||
@@ -33,7 +33,7 @@
|
||||
"AppId": "Yi.Framework.ApiMicroservice",
|
||||
"Env": "DEV",
|
||||
"MetaServer": "http://192.168.2.168:8080",
|
||||
"ConfigServer": [ "http://192.168.2.168:8080" ]
|
||||
"ConfigServer": ["http://192.168.2.168:8080"]
|
||||
},
|
||||
"JWTTokenOptions": {
|
||||
"Audience": "http://localhost:7000",
|
||||
@@ -43,7 +43,7 @@
|
||||
"RedisConn": {
|
||||
"Host": "118.195.191.41",
|
||||
"Prot": 6379,
|
||||
"DB": 0,
|
||||
"DB": 1,
|
||||
"Password": "Qz52013142020."
|
||||
},
|
||||
"KafkaOptions": {
|
||||
|
||||
Reference in New Issue
Block a user