geo-smart-app/lib/config.dart
2020-07-29 01:11:47 +07:00

6 lines
163 B
Dart

class Config {
static const String api = "http://192.168.1.7:8080";
static const bool dynamicHostSetting = true;
static const bool showInterceptor = true;
}