mycorerepository/MyCore/appsettings.json

20 lines
438 B
JSON

{
"ConnectionStrings": {
"BookstoreDb": "mongodb://admin:MioTech4ever!@localhost:27017",
"MyCoreDb": "mongodb://admin:MioTech4ever!@localhost:27017"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"SecuritySettings": {
"Secret": "azertyuiopqsdfgh",
"Issuer": "MyCore",
"Audience": "the client of your app",
"IdType": "Name",
"TokenExpiryInHours": 2
}
}