From 97add5286542e46d2b66c56cb78c6533e5e8305e Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 16 Sep 2018 08:06:37 +0200 Subject: [PATCH] Added -dev stettings --- assets/private-settings-sample.json | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/private-settings-sample.json b/assets/private-settings-sample.json index a2e5ffc..b4c8055 100644 --- a/assets/private-settings-sample.json +++ b/assets/private-settings-sample.json @@ -1,6 +1,6 @@ { "gmapKey": "", "firesApiKey": "", - "firesApiUrl": "", + "firesApiUrl": " use http://10.0.2.2:3000/ if you are developing and running meteor in 127.0.0.1:3000", "sentryDSN": "" } diff --git a/pubspec.yaml b/pubspec.yaml index a310cb9..0585ce9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -83,6 +83,7 @@ flutter: assets: - assets/private-settings.json + - assets/private-settings-dev.json - assets/pages/privacy-en.md - assets/pages/privacy-es.md - images/logo-200.png