From f41a6b0e1fa9cedb12d6ef1ddcce32a98fd28c5a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 21 Nov 2020 18:37:02 +0000 Subject: [PATCH] wip specs Signed-off-by: Ian Jackson --- server.toml | 2 +- {demo => specs}/demo.game.toml | 0 {demo => specs}/test.table.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {demo => specs}/demo.game.toml (100%) rename {demo => specs}/test.table.toml (90%) diff --git a/server.toml b/server.toml index 3fe1a513..dd73a45c 100644 --- a/server.toml +++ b/server.toml @@ -5,7 +5,7 @@ # /volatile/rustcargo/Rustup/Game/daemon-otter # target/debug/daemon-otter ~ian/Rustup/Game/server/server.toml -# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --scope-server reset --reset-table ~ian/Rustup/Game/server/demo/test.table.toml dummy ~ian/Rustup/Game/server/demo/test.game.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 public_url = "http://localhost:8000" diff --git a/demo/demo.game.toml b/specs/demo.game.toml similarity index 100% rename from demo/demo.game.toml rename to specs/demo.game.toml diff --git a/demo/test.table.toml b/specs/test.table.toml similarity index 90% rename from demo/test.table.toml rename to specs/test.table.toml index 43b23bf7..226c2e0f 100644 --- a/demo/test.table.toml +++ b/specs/test.table.toml @@ -9,7 +9,7 @@ timezone = "Europe/London" [[players]] account_glob = "server:*" -# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server: reset --reset-table ~ian/Rustup/Game/server/demo/test.table.toml server::dummy ~ian/Rustup/Game/server/demo/demo.game.toml +# USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --account server: reset --reset-table ~ian/Rustup/Game/server/specs/test.table.toml server::dummy ~ian/Rustup/Game/server/specs/demo.game.toml # USER=rustcargo target/debug/otter --config ~ian/Rustup/Game/server/server.toml --super --fixed-token kmqAKPwK4TfReFjMor8MJhdRPBcwIBpe --account server:alice join-game server::dummy -- 2.30.2