Remove phoenix config from nerves config.

This commit is contained in:
Pim Kunis 2019-07-31 12:04:36 +02:00
parent 7ff72c56c5
commit 4569869d6a
4 changed files with 2 additions and 13 deletions

View file

@ -9,7 +9,6 @@ use Mix.Config
# Configures the endpoint
config :ui, UiWeb.Endpoint,
url: [host: "localhost"],
secret_key_base: "FkfuB09FEncz4aAi6hS6w5bsNast+D1P12MckXr5dlRdhtFJrKqgEhvhpTU3qzgh",
render_errors: [view: UiWeb.ErrorView, accepts: ~w(html json)],
pubsub: [name: Ui.PubSub, adapter: Phoenix.PubSub.PG2]

View file

@ -11,7 +11,6 @@ use Mix.Config
# before starting your production server.
config :ui, UiWeb.Endpoint,
url: [host: "www.geokunis2.nl", port: 80],
check_origin: false,
cache_static_manifest: "priv/static/cache_manifest.json"
# Do not print debug messages in production

View file

@ -12,7 +12,6 @@ secret_key_base =
"""
config :ui, UiWeb.Endpoint,
http: [:inet6, port: String.to_integer(System.get_env("PORT") || "4000")],
secret_key_base: secret_key_base
# ## Using releases (Elixir v1.9+)