mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
.env file is not working on windows #474
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IrosTheBeggar on GitHub (Nov 2, 2019).
I compiled binaries for both Windows and OSX. The OSX worked with my .env file as expected but the windows versions is ignoring my .env file
@dani-garcia commented on GitHub (Nov 2, 2019):
It works for me, make sure the file doesn't have a hidden extension like .env.txt, and make sure it's placed in the correct location.
@IrosTheBeggar commented on GitHub (Nov 3, 2019):
Looks like this has something to do with permissions and where I execute the file on Windows. I got it working.
Thanks