mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 11:33:20 +00:00
12 lines
142 B
TOML
12 lines
142 B
TOML
[general]
|
|
listen_ip = "0.0.0.0"
|
|
listen_port = 80
|
|
|
|
[backends.local]
|
|
path = "/var/tmp/test"
|
|
|
|
[auth]
|
|
enable_registration = true
|
|
|
|
[smtp]
|
|
# TODO:
|