Files
ChronoCCG/Chrono/Cloud/appsettings.json
T
2026-07-05 17:14:19 -04:00

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