use host and port variables

This commit is contained in:
2021-09-10 19:17:24 -04:00
committed by oliviasculley
parent e9ad552f2f
commit 89a5ff3c7b
5 changed files with 10 additions and 8 deletions

View File

@ -10,8 +10,6 @@ import Config
# which you should run after static files are built and
# before starting your production server.
config :cannery, CanneryWeb.Endpoint,
url: [host: "localhost"],
http: [port: 4000],
cache_static_manifest: "priv/static/cache_manifest.json"
config :cannery, Cannery.Repo,