mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 01:31:19 +00:00
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"BookstoreDb": "mongodb://admin:MioTech4ever!@localhost:27017",
|
|
"MyCoreDb": "mongodb://admin:MioTech4ever!@localhost:27017"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Tokens": {
|
|
"Secret": "%G2YZ=\tgN7fC9M$FXDt#q*a&]Z",
|
|
"AccessTokenExpiration": 86400,
|
|
"RefreshTokenExpiration": 518400
|
|
},
|
|
|
|
"SecuritySettings": {
|
|
"Secret": "azertyuiopqsdfgh",
|
|
"Issuer": "MyCore",
|
|
"Audience": "the client of your app",
|
|
"IdType": "Name",
|
|
"TokenExpiryInHours": 2
|
|
},
|
|
|
|
"BrokerHostSettings": {
|
|
"Host": "192.168.31.140",
|
|
"Port": 1883
|
|
},
|
|
|
|
"ClientSettings": {
|
|
"Id": "5eb020f043ba8930506acbdd",
|
|
"UserName": "mqtt",
|
|
"Password": "mqtt"
|
|
},
|
|
|
|
"BrokerOnlineHostSettings": {
|
|
"Host": "myhomie.be",
|
|
"Port": 1883
|
|
},
|
|
|
|
"ClientOnlineSettings": {
|
|
"Id": "5eb020f043ba8930506acbaa",
|
|
"UserName": "thomas",
|
|
"Password": "MyCore,1"
|
|
}
|
|
}
|