Made Front-end use Razor instead of static html

This commit is contained in:
Exil Productions
2025-09-27 09:10:16 +02:00
parent c41d30a961
commit cded48aaff
15 changed files with 379 additions and 275 deletions

View File

@@ -0,0 +1,20 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "purrlobby.exil.dev",
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://0.0.0.0:443",
"Certificate": {
"Path": "Certs/purrlobby.pem",
"KeyPath": "Certs/purrlobby.key"
}
}
}
}
}