Allow port specification in instance.ex
This commit is contained in:
parent
e74f384b68
commit
4a895a46d1
2 changed files with 11 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
use Mix.Config
|
||||
|
||||
config :pleroma, Pleroma.Web.Endpoint,
|
||||
url: [host: "<%= domain %>", scheme: "https", port: 443],
|
||||
url: [host: "<%= domain %>", scheme: "https", port: <%= port %>],
|
||||
secret_key_base: "<%= secret %>"
|
||||
|
||||
config :pleroma, :instance,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue