diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-25 01:11:18 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-25 01:11:18 +0300 |
commit | c36509095a4f44718df1ebbd0f09aedff5febc39 (patch) | |
tree | d7465525a4a29a35270872ee4a8661399b1f5653 | |
parent | f85a05e4549dce037aedbb9506eee4b3540e2a28 (diff) | |
download | wekan-c36509095a4f44718df1ebbd0f09aedff5febc39.tar.gz wekan-c36509095a4f44718df1ebbd0f09aedff5febc39.tar.bz2 wekan-c36509095a4f44718df1ebbd0f09aedff5febc39.zip |
Add empty oauth2 settings to Sandstorm.
-rw-r--r-- | sandstorm-pkgdef.capnp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index cb8bbb5f..eb4bc006 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -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}}") ] |