|
|
@@ -13,11 +13,11 @@ class EnvConfig {
|
|
|
);
|
|
|
static const String baseApiUrl = String.fromEnvironment(
|
|
|
"BASE_API_URL",
|
|
|
- defaultValue: "'http://192.168.0.81:8380",
|
|
|
+ defaultValue: "http://192.168.0.81:8380",
|
|
|
);
|
|
|
static const String clientId = String.fromEnvironment(
|
|
|
"CLIENT_ID",
|
|
|
- defaultValue: "'35aee70ae7224eb9a48bc527955ddedc",
|
|
|
+ defaultValue: "35aee70ae7224eb9a48bc527955ddedc",
|
|
|
);
|
|
|
static const bool isOffline =
|
|
|
String.fromEnvironment("IS_OFFLINE", defaultValue: "false") == "true";
|
|
|
@@ -28,4 +28,4 @@ class EnvConfig {
|
|
|
"WIN_DB_PATH",
|
|
|
defaultValue: ".demo/data",
|
|
|
);
|
|
|
-}
|
|
|
+}
|