Remove outdated howto change config and port and move it to config.md instead

This commit is contained in:
rinpatch 2019-04-01 19:19:06 +03:00
commit a309b49c2d
2 changed files with 38 additions and 7 deletions

View file

@ -1,7 +0,0 @@
# How to change the port or IP Pleroma listens to
To change the port or IP Pleroma listens to, head over to your generated config inside the Pleroma folder at config/prod.secret.exs and edit the following according to your needs.
```
config :pleroma, Pleroma.Web.Endpoint,
[...]
http: [ip: {127, 0, 0, 1}, port: 4000]
```