Skip to content

Commit

Permalink
fix: Prevent Search configuration from failing the application health…
Browse files Browse the repository at this point in the history
… check (#359)
  • Loading branch information
killij authored Jan 10, 2024
1 parent 770b68f commit 844fe09
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ public interface IApplicationConfiguration
[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false)]
IConfigurationSetting<string> GoogleTagManagerKey { get; }

[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false)]
//[RequiredForEnvironment(ApplicationEnvironment.None, Hidden = false)]
IConfigurationSetting<string> SearchApiKey { get; }

[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false)]
//[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false)]
IConfigurationSetting<string> SearchEndpoint { get; }

[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false, Obfuscate = false)]
//[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false, Obfuscate = false)]
IConfigurationSetting<string> SearchIndexName { get; }

}

0 comments on commit 844fe09

Please sign in to comment.