From 1d82a34e2053a7cf1a704b4f71309c9c893a89ce Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 11 Dec 2020 22:50:39 +0000 Subject: [PATCH] rename test config to reflect its use Signed-off-by: Ian Jackson --- server.toml => server-test-zealot.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename server.toml => server-test-zealot.toml (80%) diff --git a/server.toml b/server-test-zealot.toml similarity index 80% rename from server.toml rename to server-test-zealot.toml index 1282d47d..14d3cb72 100644 --- a/server.toml +++ b/server-test-zealot.toml @@ -3,9 +3,9 @@ # There is NO WARRANTY. # /volatile/rustcargo/Rustup/Game/daemon-otter -# target/debug/daemon-otter ~ian/Rustup/Game/server/server.toml +# target/debug/daemon-otter ~ian/Rustup/Game/server/server-test-zealot.toml -# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --scope-server reset --reset-table ~ian/Rustup/Game/server/specs/test.table.toml dummy ~ian/Rustup/Game/server/specs/test.game.toml +# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server-test-zealot.toml --scope-server reset --reset-table ~ian/Rustup/Game/server/specs/test.table.toml dummy ~ian/Rustup/Game/server/specs/test.game.toml public_url = "http://localhost:8000" #sse_wildcard_url = "http://*.sse.localhost:8000" -- 2.30.2