rewrite number whatever to .net and blazor.

This commit is contained in:
Blake Ridgway
2026-02-08 21:05:52 -06:00
parent 3f7814d9c8
commit 6ae71b0216
51 changed files with 4531 additions and 1547 deletions

22
appsettings.json Normal file
View File

@@ -0,0 +1,22 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"PG_HOST": "localhost",
"PG_PORT": "5432",
"PG_DATABASE": "rideaware",
"PG_USER": "postgres",
"PG_PASSWORD": "",
"SMTP_SERVER": "",
"SMTP_PORT": "465",
"SMTP_USER": "",
"SMTP_PASSWORD": "",
"ADMIN_EMAIL": "",
"JWT_SECRET_KEY": "",
"HOST": "0.0.0.0",
"PORT": "5000"
}