初始化
This commit is contained in:
35
BooliveMQTT_Auth/appsettings.json
Normal file
35
BooliveMQTT_Auth/appsettings.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"JwT": {
|
||||
"SecretKey": "5J:%0@.v}CDyz5X5qAe6}QjU)B3Dta'V,.,mKiOY5&Q6N+oM7=?=eFWA.Ctr1q#&z&8J4XlR2l$c\"z-)Ln0]L12uoNq84bX;V5072)nd1tO*Er-*,&C4}_PXc6Ypaw",
|
||||
"Issuer": "宝来威用户管理系统",
|
||||
"Audience": "W*u93xxp*08DnW@%6}5Tjh6bE?;hW"
|
||||
},
|
||||
"MQTT": {
|
||||
"IP": "43.138.217.154",
|
||||
"Port": 9001,
|
||||
"UserName": "admin",
|
||||
"PassWord": "@8xq*BU3+3kuE:Oj"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"RabbitMQConfig": {
|
||||
"RabbitMQHost": "172.16.4.132",
|
||||
"RabbitMQPort": 5627,
|
||||
"RabbitMQUserName": "tian",
|
||||
"RabbitMQPWD": "123456"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
//"PGSqlStr": "Server=localhost;Database=postgres;user id=postgres;password=123456;port=5432;"
|
||||
"PGSqlStr": "Server=localhost;Database=postgres;user id=postgres;password=t3414T\"7wCU.&15]*QFu%_4CDhJI7g2b;port=5432;"
|
||||
},
|
||||
"redis_server_session": "127.0.0.1:6379",
|
||||
"get_redis_auth": "",
|
||||
"AllowDomain": {
|
||||
"Ok": [ "aa", "bbb" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user