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
On the other hand in the wiki you make reference to the .env and .env.default files but I don't see them anywhere.
The only thing that is similar is the server/config/local_env.sh file that I changed but that did not help.
@simonbcn While solving my other problem I've also met this issue. No .env.default file. Even if I have .env file with different params than default - nothing happend. I found the only solution to change env vars manually in console like this
export QBIT_HOST=http://localhost:9090 &&export STANDALONE_SERVER_PORT=8081 && npm run server-start
I have changed the file
server/config/local_env.sh
to point correctly to the qBittorrent port:But:
In fact, it should enter directly because I have whitelisted the LAN.
The text was updated successfully, but these errors were encountered: