From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 26 Dec 2020 23:59:02 +0000 (+0100)
Subject: Use rC3 server as default testing server.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/processes?a=commitdiff_plain;h=5d3c2a69f040a8e4e0538a1fe7f64948aede0e0a;p=plomrogue2

Use rC3 server as default testing server.
---

diff --git a/README.txt b/README.txt
index 2fb0e5a..0f59b23 100644
--- a/README.txt
+++ b/README.txt
@@ -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
diff --git a/rogue_chat_curses.sh b/rogue_chat_curses.sh
index 5fd7385..6155b00 100755
--- a/rogue_chat_curses.sh
+++ b/rogue_chat_curses.sh
@@ -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/'