Skip to content

Commit

Permalink
set url
Browse files Browse the repository at this point in the history
  • Loading branch information
jraregris committed Jul 9, 2021
1 parent c6df930 commit 19c14e1
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 @@ -10,7 +10,7 @@ use Mix.Config
# which you should run after static files are built and
# before starting your production server.
config :petrix, PetrixWeb.Endpoint,
url: [host: "example.com", port: 80],
url: [host: "oddmunds-petri.test.iterate.no", port: 80],
cache_static_manifest: "priv/static/cache_manifest.json"

# Do not print debug messages in production
Expand Down

0 comments on commit 19c14e1

Please sign in to comment.