chiark / gitweb /
apitest: Provide @examples@
[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 libexec_dir = "/home/rustcargo/Rustup/Game/server/target/debug"
18 usvg_bin = "/home/rustcargo/Rustup/Game/server/target/release/usvg"
19
20 shapelibs = [ "/home/ian/Rustup/Game/server/library/*.toml" ]
21
22 [log]
23 global_level = 'debug'
24
25 [log.modules]
26 rocket = 'error'
27 _ = "error" # rocket
28 # ^ comment these two out to see Tera errors, *sigh*
29
30 'hyper::server' = 'info'
31 "game::debugreader" = 'info'
32 #"game::updates" = 'trace'