Update build
This commit is contained in:
parent
72a0fb3c92
commit
617eb6ca6d
|
|
@ -2,6 +2,7 @@ class Config {
|
||||||
static const String PLATFORM = 'web';
|
static const String PLATFORM = 'web';
|
||||||
static const String API_SECRET = 'secret';
|
static const String API_SECRET = 'secret';
|
||||||
static const String SENTRY_DNS = 'dns';
|
static const String SENTRY_DNS = 'dns';
|
||||||
|
|
||||||
static const bool DEMO_MODE = false;
|
static const bool DEMO_MODE = false;
|
||||||
|
|
||||||
static const String TEST_EMAIL = 'user@example.com';
|
static const String TEST_EMAIL = 'user@example.com';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue