Open simonbcn opened 1 year ago
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
.env
part should be described better or fixed
It would be a good idea to display the following information in the console when starting the server: QBIT_HOST
and STANDALONE_SERVER_PORT
.
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.