mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 11:33:20 +00:00
21 lines
456 B
TOML
21 lines
456 B
TOML
[general]
|
|
listen_ip = "0.0.0.0"
|
|
listen_port = 80
|
|
# if under reverse proxy
|
|
#public_url = "https://storage.example.com"
|
|
#public_port = 443
|
|
public_url = "http://localhost:8080"
|
|
public_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:
|