You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akkoma-cachapa/docs/config/howto_change_ip_and_port.md

328 B

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]