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"; +}