We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6b551 commit fe92191Copy full SHA for fe92191
bin/flutterflow_cli.dart
@@ -40,7 +40,7 @@ void main(List<String> args) async {
40
endpoint =
41
"https://api-${parsedArguments['environment']}.flutterflow.io/v1";
42
} else {
43
- endpoint = kDefaultEndpoint;
+ endpoint = Platform.environment['FLUTTERFLOW_ENDPOINT'] ?? kDefaultEndpoint;
44
}
45
46
try {
0 commit comments