allscore_app/lib/config/config.dart

8 lines
314 B
Dart
Raw Normal View History

class Config {
2025-01-18 09:28:24 +00:00
// 테스트 광고 단위 ID
static const String testAdUnitId = 'ca-app-pub-3940256099942544/6300978111';
2025-01-18 09:28:24 +00:00
// 실제 광고 단위 ID
static const String realAdUnitId = 'ca-app-pub-3940256099942544/6300978111';
2025-01-18 09:28:24 +00:00
// 서버 주소
static const String baseUrl = 'https://eldsoft.com:8097';
}