chiark / gitweb /
changelog: document further make-release changes
[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
30 'hyper::server' = 'info'
31 "game::debugreader" = 'info'
32 #"game::updates" = 'trace'