Skip to content

Commit 4f1400b

Browse files
authored
Merge pull request #1 from phillwiggins/Working
Update application_constants.dart
2 parents 6f1e9fa + 5956368 commit 4f1400b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
abstract class ApplicationConstants {
2-
static const String PARSE_APPLICATION_ID = "bodycaldb";
3-
static const String PARSE_MASTER_KEY = "343gf35g4t6hev445f4t5f45g45d";
4-
static const String PARSE_SERVER_URL = "https://bc-server.purewowstudio.com";
5-
}
2+
static const String PARSE_APPLICATION_ID = "APP_ID";
3+
static const String PARSE_MASTER_KEY = "MASTER_KEY";
4+
static const String PARSE_SERVER_URL = "SERVER_URL";
5+
}

0 commit comments

Comments
 (0)