mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Add empty oauth2 settings to Sandstorm.
This commit is contained in:
parent
f85a05e454
commit
c36509095a
1 changed files with 6 additions and 0 deletions
|
@ -245,6 +245,12 @@ const myCommand :Spk.Manifest.Command = (
|
|||
(key = "BROWSER_POLICY_ENABLED", value="true"),
|
||||
(key = "TRUSTED_URL", value=""),
|
||||
(key = "WEBHOOKS_ATTRIBUTES", value=""),
|
||||
(key = "OAUTH2_CLIENT_ID", value=""),
|
||||
(key = "OAUTH2_SECRET", value=""),
|
||||
(key = "OAUTH2_SERVER_URL", value=""),
|
||||
(key = "OAUTH2_AUTH_ENDPOINT", value=""),
|
||||
(key = "OAUTH2_USERINFO_ENDPOINT", value=""),
|
||||
(key = "OAUTH2_TOKEN_ENDPOINT", value=""),
|
||||
(key = "SANDSTORM", value = "1"),
|
||||
(key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue