From d26bf04bfa088b770c85a895700fd704cc08e234 Mon Sep 17 00:00:00 2001 From: Romulus Urakagi Tsai Date: Tue, 14 Jan 2020 06:29:34 +0000 Subject: Change to relative path and /var/attachments to store --- sandstorm-pkgdef.capnp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sandstorm-pkgdef.capnp') diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index dbdb7640..fc805f6b 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -257,6 +257,7 @@ const myCommand :Spk.Manifest.Command = ( (key = "OAUTH2_TOKEN_ENDPOINT", value=""), (key = "LDAP_ENABLE", value="false"), (key = "SANDSTORM", value="1"), - (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}") + (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}"), + (key = "ATTACHMENTS_STORE_PATH", value = "/var/attachments/") ] ); -- cgit v1.2.3-1-g7c22