mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 02:33:21 +00:00
16 lines
314 B
TOML
16 lines
314 B
TOML
[general]
|
|
listen_ip = "0.0.0.0"
|
|
listen_port = 80
|
|
|
|
[backends.local]
|
|
path = "/var/tmp/test"
|
|
|
|
[auth]
|
|
enable_registration = true
|
|
openid_enabled = true
|
|
# Where the .well-known/openid-configuration exists
|
|
openid_issuer_url = "https://accounts.example.com"
|
|
openid_client_id = ""
|
|
openid_client_secret = ""
|
|
[smtp]
|
|
# TODO:
|