matrix-0.8.13/test_driver/test_config.dart

7 lines
212 B
Dart
Raw Permalink Normal View History

2022-04-18 08:57:08 +00:00
class TestUser {
static const String homeserver = 'https://enter-your-server.here';
static const String username = 'alice';
static const String username2 = 'bob';
static const String password = '1234';
}