We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f1e9fa + 5956368 commit 4f1400bCopy full SHA for 4f1400b
example/lib/application_constants.dart
@@ -1,5 +1,5 @@
1
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
-}
+ static const String PARSE_APPLICATION_ID = "APP_ID";
+ static const String PARSE_MASTER_KEY = "MASTER_KEY";
+ static const String PARSE_SERVER_URL = "SERVER_URL";
+}
0 commit comments