Files
ChronoCCG/Chrono/Cloud/appsettings.json
T

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"
]
}
}