Skip to content

Commit

Permalink
Remove redis2.connectionString (#7650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored Apr 18, 2024
1 parent 4277020 commit 05b0c21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/lib/service/secret/models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Secret extends db.Model {
/// Identifiers of the [Secret] keys.
abstract class SecretKey {
static const String redisConnectionString = 'redis.connectionString';
static const String redis2ConnectionString = 'redis2.connectionString';

/// OAuth audiences have separate secrets for each audience.
static const String oauthPrefix = 'oauth.secret-';
Expand All @@ -39,7 +38,6 @@ abstract class SecretKey {
/// List of all keys.
static const values = [
redisConnectionString,
redis2ConnectionString,
announcement,
uploadRestriction,
youtubeApiKey,
Expand Down

0 comments on commit 05b0c21

Please sign in to comment.