mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Set Matomo blank settings on Sandstorm.
Thanks to xet7 !
This commit is contained in:
parent
a300b73d56
commit
acd105e61b
2 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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}}")
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue