5 lines
203 B
Dart
5 lines
203 B
Dart
class Environment {
|
|
static const String baseUrl = 'http://10.231.7.150:3000';
|
|
static const String serverClientId =
|
|
"278433619849-cg6f7gk5cc45rgu1ojrlkf794lm4udgn.apps.googleusercontent.com";
|
|
}
|