From 595636846951f9db5bf60298a90fa7ab2eccee0b Mon Sep 17 00:00:00 2001 From: Phill Wiggins Date: Sun, 23 Sep 2018 10:06:42 +0100 Subject: [PATCH] Update application_constants.dart --- example/lib/application_constants.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/lib/application_constants.dart b/example/lib/application_constants.dart index 7be75720e..2e70c71c9 100644 --- a/example/lib/application_constants.dart +++ b/example/lib/application_constants.dart @@ -1,5 +1,5 @@ abstract class ApplicationConstants { - static const String PARSE_APPLICATION_ID = "bodycaldb"; - static const String PARSE_MASTER_KEY = "343gf35g4t6hev445f4t5f45g45d"; - static const String PARSE_SERVER_URL = "https://bc-server.purewowstudio.com"; -} \ No newline at end of file + static const String PARSE_APPLICATION_ID = "APP_ID"; + static const String PARSE_MASTER_KEY = "MASTER_KEY"; + static const String PARSE_SERVER_URL = "SERVER_URL"; +}