summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-03-31 17:51:33 +0200
committerlain <lain@soykaf.club>2018-03-31 18:12:20 +0200
commit4e5aa3b3a0c0c90ef42aadfb3eaf415955cf86b2 (patch)
tree030cbe7d9ba507bd27d3d29a5cd160e21911996f /config/config.exs
parent5cc1cfcfd7b987ccf86f7bfd0de25331d208f03c (diff)
downloadpleroma-4e5aa3b3a0c0c90ef42aadfb3eaf415955cf86b2.tar.gz
pleroma-4e5aa3b3a0c0c90ef42aadfb3eaf415955cf86b2.zip
Add gopher server.
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"