summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index fc8067b49..151c6b826 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -64,6 +64,11 @@ config :ecto, json_library: Jason
config :phoenix, :format_encoders, json: Jason
+config :pleroma, :gopher,
+ enabled: false,
+ ip: {0, 0, 0, 0},
+ port: 9999
+
# 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"