Skip to content

Commit

Permalink
hard code host name
Browse files Browse the repository at this point in the history
  • Loading branch information
zacck committed Aug 4, 2018
1 parent 662b6fd commit cdd69fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Mix.Config
# which you typically run after static files are built.
config :spender, SpenderWeb.Endpoint,
load_from_system_env: true,
url: [host: "${HOST}", port: "${PORT}"],
url: [host: "mula.co.za", port: "${PORT}"],
cache_static_manifest: "priv/static/cache_manifest.json",
server: true, # automatically serve the application when it staterts
root: ".", # use this as the server root
Expand Down

0 comments on commit cdd69fc

Please sign in to comment.