summaryrefslogtreecommitdiffstats
path: root/sandstorm-pkgdef.capnp
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-25 01:24:02 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-25 01:24:02 +0300
commit5e128583ac536df2a45d124d6cf6d3336be5f7d0 (patch)
treee06e461f1419c4d21f607fc188a1a010d525e059 /sandstorm-pkgdef.capnp
parentc34b1a9ec5d0637e45e20e5f4f4c4c4b377d4b44 (diff)
parent23c27f9e0769265f5bb1f9d770290afef2dfb316 (diff)
downloadwekan-5e128583ac536df2a45d124d6cf6d3336be5f7d0.tar.gz
wekan-5e128583ac536df2a45d124d6cf6d3336be5f7d0.tar.bz2
wekan-5e128583ac536df2a45d124d6cf6d3336be5f7d0.zip
Merge branch 'devel'
Diffstat (limited to 'sandstorm-pkgdef.capnp')
-rw-r--r--sandstorm-pkgdef.capnp10
1 files changed, 8 insertions, 2 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index cb8bbb5f..9586a991 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 120,
+ appVersion = 121,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.35.0~2018-08-23"),
+ appMarketingVersion = (defaultText = "1.36.0~2018-08-25"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
@@ -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}}")
]