mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Use 127.0.0.1 instead of localhost
d5b5b861e2 (commitcomment-119760971)
This commit is contained in:
parent
5506f9bf2d
commit
9d4d6bd98b
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
@ -11,7 +11,7 @@ export QTWEBENGINE_REMOTE_DEBUGGING=${QTWEBENGINE_REMOTE_DEBUGGING-8080}
|
||||||
# http://localhost:40000/_anki/pages/deckconfig.html
|
# http://localhost:40000/_anki/pages/deckconfig.html
|
||||||
# Useful in conjunction with tools/web-watch for auto-rebuilding.
|
# Useful in conjunction with tools/web-watch for auto-rebuilding.
|
||||||
export ANKI_API_PORT=${ANKI_API_PORT-40000}
|
export ANKI_API_PORT=${ANKI_API_PORT-40000}
|
||||||
export ANKI_API_HOST=${ANKI_API_HOST-localhost}
|
export ANKI_API_HOST=${ANKI_API_HOST-127.0.0.1}
|
||||||
|
|
||||||
./ninja pylib qt
|
./ninja pylib qt
|
||||||
./out/pyenv/bin/python tools/run.py $*
|
./out/pyenv/bin/python tools/run.py $*
|
||||||
|
|
Loading…
Reference in a new issue