forked from AkkomaGang/akkoma
Merge branch 'bugfix/server-true-in-prod' into 'develop'
config/prod.exs: Remove server: true See merge request pleroma/pleroma!483
This commit is contained in:
commit
52ce368562
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
# manifest is generated by the mix phoenix.digest task
|
||||
# which you typically run after static files are built.
|
||||
config :pleroma, Pleroma.Web.Endpoint,
|
||||
server: true,
|
||||
http: [port: 4000],
|
||||
protocol: "http"
|
||||
|
||||
|
|
Loading…
Reference in a new issue