- Set Matomo blank settings on Sandstorm.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-08-09 17:08:22 +03:00
parent a300b73d56
commit acd105e61b
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,11 @@
# v1.26 2018-08-09 Wekan release
This release fixes the following bugs:
- [Set WITH_API=true on Sandstorm, so that export works]((https://github.com/wekan/wekan/commit/a300b73d56750a1a5645767d375be60839314e84).
Thanks to GitHub user xet7 for contributions.
# v1.25 2018-08-09 Wekan release
This release fixes the following bugs:

View file

@ -238,6 +238,10 @@ const myCommand :Spk.Manifest.Command = (
# Note that this defines the *entire* environment seen by your app.
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"),
(key = "WITH_API", value = "true"),
(key = "MATOMO_ADDRESS", value=""),
(key = "MATOMO_SITE_ID", value=""),
(key = "MATOMO_DO_NOT_TRACK", value="false"),
(key = "MATOMO_WITH_USERNAME", value="true"),
(key = "SANDSTORM", value = "1"),
(key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
]