mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-23 17:13:54 +08:00
9 lines
206 B
Dart
9 lines
206 B
Dart
// SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
class Env {
|
|
static final String analyticsUrl = "";
|
|
static final String sentry = "";
|
|
}
|