From 4e5aa3b3a0c0c90ef42aadfb3eaf415955cf86b2 Mon Sep 17 00:00:00 2001 From: lain Date: Sat, 31 Mar 2018 17:51:33 +0200 Subject: Add gopher server. --- config/config.exs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') 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" -- cgit v1.2.3