Files
Reboot-Launcher/common/lib/src/constant/authenticator.dart
Alessandro Autiero 9f5590d41c 9.0.2
2024-05-20 17:24:00 +02:00

2 lines
97 B
Dart

const String kDefaultAuthenticatorHost = "127.0.0.1";
const int kDefaultAuthenticatorPort = 3551;