mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-05 20:33:20 +00:00
Change config
This commit is contained in:
parent
97424ca524
commit
cab39de312
1 changed files with 7 additions and 5 deletions
|
@ -12,12 +12,14 @@ path = "/var/tmp/test"
|
||||||
|
|
||||||
[auth]
|
[auth]
|
||||||
enable_registration = true
|
enable_registration = true
|
||||||
openid_enabled = true
|
oidc_enabled = true
|
||||||
# Where the .well-known/openid-configuration exists
|
# Where the .well-known/openid-configuration exists
|
||||||
openid_issuer_url = "https://accounts.example.com"
|
oidc_issuer_url = "https://accounts.example.com"
|
||||||
openid_client_id = ""
|
oidc_client_id = ""
|
||||||
openid_client_secret = ""
|
oidc_client_secret = ""
|
||||||
openid_claims = []
|
oidc_claims = []
|
||||||
|
# Should an account be created if SSO user id doesn't exist already
|
||||||
|
oidc_create_account = true
|
||||||
|
|
||||||
[smtp]
|
[smtp]
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue