Skip to content

Commit dcb8282

Browse files
improve prod config
1 parent f3db76e commit dcb8282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/prod.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Config
66
# which you should run after static files are built and
77
# before starting your production server.
88
config :fileonchain, FileonchainWeb.Endpoint,
9+
url: [host: System.get_env("PHX_HOST"), "*.fileonchain.org"],
910
render_errors: [
1011
formats: [html: FileonchainWeb.ErrorHTML, json: FileonchainWeb.ErrorJSON],
1112
layout: false

0 commit comments

Comments
 (0)