Add gopher server.
[akkoma] / config / config.exs
index fc8067b49504507432c4488d928dfd6505ebcee1..151c6b8267133bc755851ee70884515e8ce19bdf 100644 (file)
@@ -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"