michal/tit

Browse tree · Show commit · Download archive

Blob: config.example.toml

Raw · Blame

version = 1
public_url = "https://tit.example/"

[http]
listen = "127.0.0.1:3000"

[ssh]
listen = "0.0.0.0:2222"
public_host = "tit.example"
public_port = 2222

[signup]
policy = "invite"

[limits]
max_request_bytes = 1048576
max_connections = 1024