summaryrefslogtreecommitdiffstats
path: root/sandstorm-pkgdef.capnp
diff options
context:
space:
mode:
Diffstat (limited to 'sandstorm-pkgdef.capnp')
-rw-r--r--sandstorm-pkgdef.capnp7
1 files changed, 3 insertions, 4 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index a902cb47..3dcf9e5f 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 = 404,
+ appVersion = 403,
# Increment this for every release.
- appMarketingVersion = (defaultText = "4.04.0~2020-05-24"),
+ appMarketingVersion = (defaultText = "4.03.0~2020-05-16"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
@@ -261,7 +261,6 @@ const myCommand :Spk.Manifest.Command = (
(key = "LDAP_ENABLE", value="false"),
(key = "PASSWORD_LOGIN_ENABLED", value="true"),
(key = "SANDSTORM", value="1"),
- (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}"),
- (key = "ATTACHMENTS_STORE_PATH", value = "/var/attachments/")
+ (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
]
);