Skip to content

Commit

Permalink
Fix example proxy config file
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jun 2, 2024
1 parent 48dd73f commit ce42f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/anki-connect-proxy/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PORT=8766

# AnkiConnect URL
ANKI_CONNECT_URL=http://127.0.01:8765
ANKI_CONNECT_URL=http://127.0.0.1:8765

# Action for asbplayer to take when the proxy receives an addNote request
# 0 = 'None'
Expand Down

0 comments on commit ce42f6e

Please sign in to comment.