diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-09 16:56:58 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-09 16:56:58 +0300 |
commit | a300b73d56750a1a5645767d375be60839314e84 (patch) | |
tree | c270b750f8e606d84a492d15f9c237efb9b240f4 /sandstorm-pkgdef.capnp | |
parent | 945ffeda3488d8b24064fb1e0021c16a97d2c1dd (diff) | |
download | wekan-a300b73d56750a1a5645767d375be60839314e84.tar.gz wekan-a300b73d56750a1a5645767d375be60839314e84.tar.bz2 wekan-a300b73d56750a1a5645767d375be60839314e84.zip |
- Set WITH_API=true on Sandstorm, so that export works.
Thanks to xet7 !
Diffstat (limited to 'sandstorm-pkgdef.capnp')
-rw-r--r-- | sandstorm-pkgdef.capnp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index d9e24978..9cc7070a 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -237,6 +237,7 @@ const myCommand :Spk.Manifest.Command = ( environ = [ # 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 = "SANDSTORM", value = "1"), (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}") ] |