Velar/Frontend/lib/other_pages/enviroment.dart

6 lines
203 B
Dart
Raw Normal View History

2025-08-07 01:23:03 -07:00
class Environment {
2025-08-27 22:50:24 -07:00
static const String baseUrl = 'http://10.231.7.150:3000';
2025-08-14 21:54:25 -07:00
static const String serverClientId =
"278433619849-cg6f7gk5cc45rgu1ojrlkf794lm4udgn.apps.googleusercontent.com";
2025-08-07 01:23:03 -07:00
}