We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3db76e commit dcb8282Copy full SHA for dcb8282
config/prod.exs
@@ -6,6 +6,7 @@ import Config
6
# which you should run after static files are built and
7
# before starting your production server.
8
config :fileonchain, FileonchainWeb.Endpoint,
9
+url: [host: System.get_env("PHX_HOST"), "*.fileonchain.org"],
10
render_errors: [
11
formats: [html: FileonchainWeb.ErrorHTML, json: FileonchainWeb.ErrorJSON],
12
layout: false
0 commit comments