Add gopher server.

This commit is contained in:
lain 2018-03-31 17:51:33 +02:00
commit 4e5aa3b3a0
3 changed files with 148 additions and 0 deletions

View 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"