We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04b2a7 commit bb3e99fCopy full SHA for bb3e99f
client/lib/main.dart
@@ -4,7 +4,7 @@ import 'MyApp.dart';
4
5
void main() {
6
FlavorConfig(environment: FlavorEnvironment.PROD, variables: {
7
- "baseUrl": "http://dartserver-staging-v1.eba-rhptv8q6.us-west-2.elasticbeanstalk.com",
+ "baseUrl": "https://donnelson-sandbox-flex.appspot.com",
8
});
9
10
runApp(MyApp());
0 commit comments