mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
add defaults to conf
This commit is contained in:
parent
a261aa9972
commit
7d81c6e1c1
1 changed files with 6 additions and 5 deletions
|
|
@ -372,14 +372,15 @@ log-path = "/var/log/molecula/featurebase.log"
|
|||
|
||||
# ==============================================================================
|
||||
# Enable/Disable AuthN/AuthZ for featurebase
|
||||
# Can choose identity provider, pass authorize and user-info endpoints, and client id
|
||||
# Can choose identity provider, defaults for Azure Active Directory
|
||||
# Use provided keygen binary to generate hash and block keys with sufficient length and entropy
|
||||
# [auth]
|
||||
# enable = false
|
||||
# client-id = ""
|
||||
# client-secret = ""
|
||||
# authorize-url = ""
|
||||
# token-url = ""
|
||||
# group-endpoint-url = ""
|
||||
# scope-url = ""
|
||||
# authorize-url = "https://login.microsoftonline.com/4a137d66-d161-4ae4-b1e6-07e9920874b8/oauth2/v2.0/authorize"
|
||||
# token-url = "https://login.microsoftonline.com/4a137d66-d161-4ae4-b1e6-07e9920874b8/oauth2/v2.0/token"
|
||||
# group-endpoint-url = "https://graph.microsoft.com/v1.0/me/transitiveMemberOf/microsoft.graph.group?$count=true"
|
||||
# scope-url = ["https://graph.microsoft.com/.default", "offline_access"]
|
||||
# hash-key = ""
|
||||
# block-key = ""
|
||||
Loading…
Add table
Reference in a new issue