Skip to content

Commit

Permalink
Merge pull request #495 from DFE-Digital/next
Browse files Browse the repository at this point in the history
Fix search configuration
  • Loading branch information
mattb-hippo authored Aug 6, 2024
2 parents 7e7163c + c9dc5ee commit 4d0a18b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ public interface IApplicationConfiguration
[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false)]
string GoogleTagManagerKey { get; }

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

[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false)]
[RequiredForEnvironment(ApplicationEnvironment.None, Hidden = false)]
string SearchEndpoint { get; }

[RequiredForEnvironment(ApplicationEnvironment.All, Hidden = false, Obfuscate = false)]
[RequiredForEnvironment(ApplicationEnvironment.None, Hidden = false, Obfuscate = false)]
string SearchIndexName { get; }
}

0 comments on commit 4d0a18b

Please sign in to comment.