AppSettings.dart 192 B

12345
  1. class AppSettings {
  2. //static late String host = 'http://192.168.6.80:8303';
  3. static final bool useProxy = true;
  4. static late String host = 'https://192.168.6.175:8443/api'; //proxy
  5. }