Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions example/lib/application_constants.dart
Original file line number Diff line number Diff line change
@@ -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";
}
static const String PARSE_APPLICATION_ID = "APP_ID";
static const String PARSE_MASTER_KEY = "MASTER_KEY";
static const String PARSE_SERVER_URL = "SERVER_URL";
}