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