mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-01-24 07:38:35 +00:00
d11d663c5c
Some issue people report are because of misconfiguration or bad .env files. To mittigate this i added error handling for this. - Panic/Quit on a LineParse error, which indicates bad .env file format. - Emits a info message when there is no .env file found. - Emits a warning message when there is a .env file, but not no permissions. - Emits a warning on every other message not specifically catched.