chiark / gitweb /
README: Fix formatting of geckdodriver section
[otter.git] / server-test.toml
1 # Copyright 2020 Ian Jackson
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
15 #save_dir = "/home/rustcargo/Rustup/Game/server"
16
17 #nwtemplate_dir = "/home/ian/Rustup/Game/server/nwtemplates"
18 #wasm_dir = "/home/rustcargo/Rustup/Game/server/target/packed-wasm"
19
20
21 #shapelibs = [ "/home/ian/Rustup/Game/server/library/*.toml" ]
22
23 [log]
24 global_level = 'debug'
25
26 [log.modules]
27 rocket = 'error'
28 _ = "error" # rocket
29 # ^ comment these two out to see Tera errors, *sigh*
30
31 'hyper::server' = 'info'
32 "game::debugreader" = 'info'
33 #"game::updates" = 'trace'