Replacing The LubeLogger Logo
You can overwrite the LubeLogger Logo that is displayed in the Home/Garage page.
To do so, simply inject an environment variable with the key LUBELOGGER_LOGO_URL
into your lubelogger instance either via the .env file or the appsettings.json file.
.env
LUBELOGGER_LOGO_URL=<URL to your Logo>
appsettings.json
LUBELOGGER_LOGO_URL:<URL to your Logo>