Files
moonwell-launcher/lib/config.dart
T
gasaichandesu 58d7808a8d Initial commit
2025-08-30 19:50:39 +04:00

11 lines
415 B
Dart

final class Config {
static const host = 'storage.yandexcloud.net';
static const bucketName = 'warcraft-client';
static const id = 'ajeoijp637jj3527jd96';
static const serviceAccountId = 'ajerr0qmscj6eof68buc';
static const createdAt = "2025-08-24T12:08:22.166354325Z";
static const keyId = 'YCAJEwIWaVVRCAx2YM2XMqcCS';
static const secret = '';
static const objectName = 'World of Warcraft.zip';
}