changed initial settings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user