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