diff options
author | href <href@random.sh> | 2020-07-07 21:39:10 +0200 |
---|---|---|
committer | href <href@random.sh> | 2020-07-07 21:39:51 +0200 |
commit | d6ee134a5957e299c3ad59011df320b3c41e6e61 (patch) | |
tree | 29567e6635466f8a3415a935b3cc8a777019f5bc /config/dev.exs | |
parent | bleh (diff) |
pouet
Diffstat (limited to 'config/dev.exs')
-rw-r--r-- | config/dev.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dev.exs b/config/dev.exs index 57ab926..24e9b16 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -7,7 +7,7 @@ use Mix.Config # watchers to your application. For example, we use it # with brunch.io to recompile .js and .css sources. config :lsg, LSGWeb.Endpoint, - http: [port: 4000], + http: [port: 4012, ip: {0,0,0,0}], debug_errors: true, code_reloader: true, check_origin: false, |