Files
landing/appsettings.json
2026-02-08 21:05:52 -06:00

23 lines
434 B
JSON

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