Open Martzy303 opened 10 months ago
I ran npm run server-setup in the root folder, but no .env file has been created. I did it manually in the root folder
npm run server-setup
QBIT_HOST=http://192.168.0.104:8080 STANDALONE_SERVER_PORT=8081
Then I did npm run server-start, it started, but when I go to http://localhost:8081, the calls go to local host, not to qbit host, like http://localhost:8081/api/v2/app/version instead of http://192.168.0.104:8080/api/v2/app/version
npm run server-start
http://localhost:8081
http://localhost:8081/api/v2/app/version
http://192.168.0.104:8080/api/v2/app/version
Am I doing something wrong?
I ran
npm run server-setup
in the root folder, but no .env file has been created. I did it manually in the root folderThen I did
npm run server-start
, it started, but when I go tohttp://localhost:8081
, the calls go to local host, not to qbit host, likehttp://localhost:8081/api/v2/app/version
instead ofhttp://192.168.0.104:8080/api/v2/app/version
Am I doing something wrong?