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

@ -14,7 +14,6 @@ config :cannery, Cannery.Repo,
# watchers to your application. For example, we use it
# with webpack to recompile .js and .css sources.
config :cannery, CanneryWeb.Endpoint,
http: [port: 4000],
debug_errors: true,
code_reloader: true,
check_origin: false,