You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bog/default.toml

19 lines
253 B
TOML

[server]
port = 8002
host = "127.0.0.1"
[admin]
port = 8003
host = "127.0.0.1"
[file]
path = "/tmp/datta2"
[database]
backend = "sqlite"
connection = "sql.db"
[quota]
default_size = "1GB"
default_duration = "72h"