chiark / gitweb /
Makefile: Use --target, not -T, for deploy arch
[otter.git] / server-test-zealot.toml
1 # Copyright 2020-2021 Ian Jackson and contributors to Otter
2 # SPDX-License-Identifier: AGPL-3.0-or-later
3 # There is NO WARRANTY.
4
5 # /volatile/rustcargo/Rustup/Game/server
6 # target/debug/daemon-otter ~ian/Rustup/Game/server/server-test-zealot.toml
7
8 public_url = "http://localhost:8000"
9 #sse_wildcard_url = "http://*.sse.localhost:8000"
10
11 save_dir = "/home/rustcargo/Rustup/Game/server"
12 command_socket = "/home/rustcargo/Rustup/Game/server/command.socket"
13 template_dir = "/home/ian/Rustup/Game/server/templates"
14 nwtemplate_dir = "/home/ian/Rustup/Game/server/nwtemplates"
15 bundled_sources = "/home/rustcargo/Rustup/Game/server/target/bundled-sources"
16 wasm_dir = "/home/rustcargo/Rustup/Game/server/target/packed-wasm"
17
18 shapelibs = [ "/home/ian/Rustup/Game/server/library/*.toml" ]
19
20 [log]
21 global_level = 'debug'
22
23 [log.modules]
24 rocket = 'error'
25 _ = "error" # rocket
26 # ^ comment these two out to see Tera errors, *sigh*
27
28 'hyper::server' = 'info'
29 "game::debugreader" = 'info'
30 #"game::updates" = 'trace'