home · contact · privacy
Use rC3 server as default testing server.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 26 Dec 2020 23:59:02 +0000 (00:59 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 26 Dec 2020 23:59:02 +0000 (00:59 +0100)
README.txt
rogue_chat_curses.sh

index 2fb0e5a498ef700ddaf1b7587b2f65219329215a..0f59b23eee34c3a7065d19dd1e143ab2fc4b8068 100644 (file)
@@ -39,7 +39,7 @@ $ ./rogue_chat_curses.py 'ws://localhost:8000/'
 
 The following automatically install the curses client's dependencies in a
 Python virtual environment and runs the client against
-'wss://plomlompom.com/rogue_chat/', where an example RogueChat server
+'wss://rc3.plomlompom.com/rogue_chat/', where an example RogueChat server
 runs:
 
 $ ./rogue_chat_curses.sh
index 5fd7385739b7b473d90cc1ac45f56c0598731381..6155b00eabe9622b815546e177f17807b19c65a4 100755 (executable)
@@ -3,4 +3,4 @@
 python3 -m venv .venv
 . .venv/bin/activate
 pip install -r requirements_client.txt
-./rogue_chat_curses.py 'wss://plomlompom.com/rogue_chat/'
+./rogue_chat_curses.py 'wss://rc3.plomlompom.com/rogue_chat/'