You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,7 @@ Environment variables are defined in `.env`, `.env.default` is a template you ca
cp .env.default .env
# edit JWT_SECRET
vim .env
```
````
Note: the backend runs inside a container, because of this it does not have access to the host file system directly to programmatically determine it's relative path.