2025-08-07 01:23:03 -07:00
|
|
|
class Environment {
|
2025-08-21 16:54:47 -07:00
|
|
|
static const String baseUrl = 'http://192.168.1.101: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
|
|
|
}
|