11 lines
No EOL
448 B
Dart
11 lines
No EOL
448 B
Dart
class Config {
|
|
static const String apiBaseUrl = "https://api.resonite.com";
|
|
static const String durianAssetsUrl = "https://assets.everion.com";
|
|
static const String skyfrostAssetsUrl = "https://assets.resonite.com";
|
|
static const String resoniteHubUrl = "$apiBaseUrl/hub";
|
|
static const String secretClientKey = "";
|
|
|
|
static const int messageCacheValiditySeconds = 90;
|
|
|
|
static const String latestCompatHash = "jnnkdwkBqGv5+jlf1u/k7A==";
|
|
} |