40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
//"TabletDb": "mongodb://admin:MioTech4ever!@localhost:27017" //DEV
|
|
//"TabletDb": "mongodb://admin:MioTech4ever!@localhost:27017", //PROD - Thomas
|
|
//"TabletDb": "mongodb://admin:MioTech4ever!@192.168.31.140:27017", //PROD - Thomas
|
|
"TabletDbOld": "mongodb://admin:MioTech4ever!@192.168.31.140:27017" //PROD - Thomas
|
|
//"TabletDb": "mongodb://admin:mdlf2021!@localhost:27017" //PROD
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Tokens": {
|
|
"Secret": "WVD[&vAwis9=#883bM$FRc0Mw8h",
|
|
"AccessTokenExpiration": 86400,
|
|
"RefreshTokenExpiration": 518400
|
|
},
|
|
"SecuritySettings": {
|
|
"Secret": "kfexxgohdxeelabz",
|
|
"Issuer": "Manager",
|
|
"Audience": "the client of your app",
|
|
"IdType": "Name",
|
|
"TokenExpiryInHours": 2
|
|
},
|
|
"BrokerHostSettings": {
|
|
"Host": "localhost",
|
|
"Port": 1883
|
|
},
|
|
"ClientSettings": {
|
|
"Id": "ManagerService",
|
|
"UserName": "admin",
|
|
"Password": "mdlf2021!"
|
|
},
|
|
"Urls": "http://localhost:5002"
|
|
}
|