2025-08-07 01:23:03 -07:00
|
|
|
class Environment {
|
2025-08-21 20:55:35 -07:00
|
|
|
static const String baseUrl = 'http://10.231.41.181: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
|
|
|
}
|