mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 09:41:19 +00:00
20 lines
398 B
JSON
20 lines
398 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"BookstoreDb": "mongodb://localhost:27017",
|
|
"MyCoreDb": "mongodb://localhost:27017"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SecuritySettings": {
|
|
"Secret": "azertyuiopqsdfgh",
|
|
"Issuer": "MyCore",
|
|
"Audience": "the client of your app",
|
|
"IdType": "Name",
|
|
"TokenExpiryInHours": 2
|
|
}
|
|
}
|