changed initial settings

This commit is contained in:
Nico Melone
2022-11-10 14:46:03 -06:00
parent 848281b481
commit 50f573eaea
3 changed files with 3 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
abstract class ThingsboardAppConstants {
static final thingsBoardApiEndpoint = 'http://localhost:8080';
static final thingsBoardApiEndpoint = 'https://demo.thingsboard.io';
static final thingsboardOAuth2CallbackUrlScheme = 'org.thingsboard.app.auth';
/// Not for production (only for debugging)