15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Fido2": {
|
|
"ServerDomain": "localhost",
|
|
"ServerName": "Chrono CCG",
|
|
"Origins": [ "https://localhost:7001", "http://localhost:5000" ]
|
|
}
|
|
}
|