mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-04 11:09:29 +01:00
5 lines
145 B
Dart
5 lines
145 B
Dart
abstract class AppConfig {
|
|
static const String applicationName = 'FluffyChat';
|
|
static const String defaultHomeserver = 'matrix.tchncs.de';
|
|
}
|