Skip to content
Snippets Groups Projects
Commit a76e5b04 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove proxy entry from main pleroma config

parent adcfed05
No related branches found
No related tags found
No related merge requests found
......@@ -447,6 +447,7 @@ function pleroma_create_database {
sed -i 's|import_config|# import_config|g' $pleroma_secret
sed -i '/url: /aconfig :pleroma, :http, proxy_url: "127.0.0.1:9050"' $pleroma_secret
sed -i 's|config :pleroma, :http, proxy_url:|# config :pleroma, :http, proxy_url:|g' $PLEROMA_DIR/config/config.exs
cd "$PLEROMA_DIR" || exit 678245245724
chown -R pleroma:pleroma $PLEROMA_DIR/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment