Add gopher server.
This commit is contained in:
parent
5cc1cfcfd7
commit
4e5aa3b3a0
3 changed files with 148 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue