TKK_E32230206/lib/core/env.example.dart

15 lines
610 B
Dart

// class Env {
// --- BASE API URL ---
// Pilih salah satu URL di bawah sesuai kebutuhan testing Anda
// static const String baseUrl = '---------'; // Production
// static const String baseUrl = 'http://192.168.X.X:3000/api'; // Local HP Asli
// static const String baseUrl = 'http://10.0.2.2:3000/api'; // Android Emulator
// --- SUPABASE CONFIGURATION ---
// static const String supabaseUrl = 'YOUR_SUPABASE_URL';
// static const String supabaseAnonKey = 'YOUR_SUPABASE_ANON_KEY';
// --- ONESIGNAL CONFIGURATION ---
// static const String oneSignalAppId = 'YOUR_ONESIGNAL_APP_ID';
// }