diff options
Diffstat (limited to '')
-rw-r--r-- | config/prod.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/prod.exs b/config/prod.exs index e5d92db..2acf04f 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -1,6 +1,6 @@ use Mix.Config -config :lsg, LSGWeb.Endpoint, +config :nola, NolaWeb.Endpoint, http: [ip: {0,0,0,0}, port: 4000] config :logger_json, :backend, |