Make instance listen by default only on local interface

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-26 10:32:23 +01:00
parent eea9b9b35d
commit b1e6fcd73b
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import Config
# with brunch.io to recompile .js and .css sources.
config :mobilizon, Mobilizon.Web.Endpoint,
http: [
ip: {127, 0, 0, 1},
port: 4000
],
url: [