tmtd/tmtd_example.toml

12 lines
339 B
TOML
Raw Normal View History

2022-05-11 04:42:49 -05:00
# The address and port the webserver will be listening on
listen_addr = "127.0.0.1:8080"
# Password for the admin tab in the web panel
admin_pass = "changeme"
# Address of the postgress database
connection_string = "postgres://tmtd@localhost/tmtd"
# OPTIONAL
# The tmtd log level, defaults to info when none is given
log_level = "trace"