-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EHD-1384: Minimise use of Obfuscator: Hard-code Obfuscation Seed (no …
…need for it to be a secret any more)
- Loading branch information
1 parent
ccc066d
commit 28d51a6
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
GenderPayGap.UnitTests/GenderPayGap.WebUI.Tests/appsettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"DefaultEncryptionKey": "", // some unit tests require this key to be empty | ||
"ObfuscationSeed": 197, // some unit tests require this key to be 197 | ||
"OffsetCurrentDateTimeForSite": "917" | ||
} |