chiark / gitweb /
apitest: Provide @examples@
[otter.git] / server-test.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 public_url = "http://localhost:18056"
6 http_port = 18056
7
8 base_dir = "."
9 command_socket = "command.socket"
10 bundled_sources = "target/bundled-sources"
11 save_dir = "."
12 template_dir = "templates"
13 wasm_dir = "target/packed-wasm"
14 libexec_dir = "target/debug"
15 usvg_bin = "target/release/usvg"
16
17 #save_dir = "/home/rustcargo/Rustup/Game/server"
18
19 #nwtemplate_dir = "/home/ian/Rustup/Game/server/nwtemplates"
20 #wasm_dir = "/home/rustcargo/Rustup/Game/server/target/packed-wasm"
21
22
23 #shapelibs = [ "/home/ian/Rustup/Game/server/library/*.toml" ]
24
25 [log]
26 global_level = 'debug'
27
28 [log.modules]
29 rocket = 'error'
30 _ = "error" # rocket
31 # ^ comment these two out to see Tera errors, *sigh*
32
33 'hyper::server' = 'info'
34 "game::debugreader" = 'info'
35 #"game::updates" = 'trace'