-
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-1057: Simplify hosting: Code changes: Add less-frequently-changed…
… settings to config files instead of always using environment variables
- Loading branch information
1 parent
36f06f9
commit bd56fb5
Showing
5 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
GenderPayGap.UnitTests/GenderPayGap.WebUI.Tests/AppSettings.UnitTests.json
This file was deleted.
Oops, something went wrong.
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
5 changes: 4 additions & 1 deletion
5
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,8 @@ | ||
{ | ||
"DefaultEncryptionKey": "", // some unit tests require this key to be empty | ||
"OffsetCurrentDateTimeForSite": "917", | ||
"GoogleAnalyticsAccountId": null | ||
"GoogleAnalyticsAccountId": null, | ||
"GEODistributionList": "[email protected]", | ||
"ReportingStartYearsToExcludeFromLateFlagEnforcement": "[2019]", | ||
"ReportingStartYearsWithFurloughScheme": "[2020,2021]" | ||
} |
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 |
---|---|---|
|
@@ -3,5 +3,7 @@ | |
"MaxNumCallsCompaniesHouseApiPerFiveMins": "100", | ||
"SendGoogleAnalyticsDataToGovUk": "true", | ||
"UseStartUrl": "true", | ||
"LogToSentry": "true" | ||
"LogToSentry": "true", | ||
"GEODistributionList": "[email protected]", | ||
"ReminderEmailDays": "[114, 93, 62, 31, 15, 4]" | ||
} |
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