Update build

This commit is contained in:
Hillel Coren 2020-03-19 19:51:58 +02:00
parent 72a0fb3c92
commit 617eb6ca6d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ class Config {
static const String PLATFORM = 'web';
static const String API_SECRET = 'secret';
static const String SENTRY_DNS = 'dns';
static const bool DEMO_MODE = false;
static const String TEST_EMAIL = 'user@example.com';