summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-05-21 21:47:32 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-05-21 21:47:32 +0300
commit3a1e810aaaea3e44c4dfc82a014485cf886d6b88 (patch)
treee64d36fc037177366ef12ebd76002f3eec84c717 /config
parent610343edb318654126d9539775ba4b9ff30c8831 (diff)
downloadpleroma-3a1e810aaaea3e44c4dfc82a014485cf886d6b88.tar.gz
pleroma-3a1e810aaaea3e44c4dfc82a014485cf886d6b88.zip
[#2497] Customized `exexec` launch to support root operation (currently required by Gitlab CI).
Diffstat (limited to 'config')
-rw-r--r--config/config.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 838508c1b..d1440b7bf 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -681,6 +681,10 @@ config :pleroma, :restrict_unauthenticated,
config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
+config :pleroma, :exexec,
+ root_mode: false,
+ options: %{}
+
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"