famedlysdk/test_driver/test_config.dart

7 lines
212 B
Dart
Raw Normal View History

2020-08-21 09:02:20 +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';
}