Velar/Frontend/lib/other_pages/enviroment.dart

5 lines
204 B
Dart

class Environment {
static const String baseUrl = 'http://192.168.1.101:3000';
static const String serverClientId =
"278433619849-cg6f7gk5cc45rgu1ojrlkf794lm4udgn.apps.googleusercontent.com";
}