X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Ftemplates%2Fsample_config.eex;h=dc75d4008e0ff631d54d9408dfbe952283c15cb6;hb=eae991b06a22bf7fc3eef7a0d5b409c931c1f6cb;hp=5b4dad648aa8a1d08c7ec89c51c134939587b04b;hpb=371d39e160efa51f2fe608e1788f6b11b89d9839;p=akkoma diff --git a/priv/templates/sample_config.eex b/priv/templates/sample_config.eex index 5b4dad648..dc75d4008 100644 --- a/priv/templates/sample_config.eex +++ b/priv/templates/sample_config.eex @@ -11,6 +11,7 @@ end %> config :pleroma, Pleroma.Web.Endpoint, url: [host: "<%= domain %>", scheme: "https", port: <%= port %>], + http: [ip: {<%= String.replace(listen_ip, ".", ", ") %>}, port: <%= listen_port %>], secret_key_base: "<%= secret %>", signing_salt: "<%= signing_salt %>"