-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fc579f
commit eeb7c32
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
abstract class ApplicationConstants { | ||
static const String APP_NAME = "BodyCal"; | ||
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/parse/"; | ||
static const String APP_NAME = ""; | ||
static const String PARSE_APPLICATION_ID = ""; | ||
static const String PARSE_MASTER_KEY = ""; | ||
static const String PARSE_SERVER_URL = ""; | ||
} |