matrix-0.8.13/test_driver/test_config.dart

7 lines
212 B
Dart

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';
}