12 lines
164 B
TOML
12 lines
164 B
TOML
data_dir = "./data"
|
|
log_level = "debug"
|
|
|
|
allow_public_signup = true
|
|
|
|
[net]
|
|
type = "tcp"
|
|
domain = "127.0.0.1"
|
|
port = 8080
|
|
|
|
# type = "unix"
|
|
# path = "./otter.socket"
|