add listener port and ip option for 'pleroma.instance gen' and enable its test
This commit is contained in:
parent
670a77ecbc
commit
6d0ae264fc
3 changed files with 38 additions and 4 deletions
|
|
@ -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 %>"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue