Skip to content

Commit

Permalink
Remove unused config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
glatzert committed Dec 18, 2024
1 parent 3db9005 commit 59bdbf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ACMEServer.ADCS/appsettings-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@

"AcmeServer": {
"HostedWorkers": {
"EnableValidationService": true, // If false, challenge validation will not run as background service. Provide another way to run it.
"EnableIssuanceService": true, // If false, certificate issuance will not run as background service. Provide another way to run it.

"ValidationCheckInterval": 60, // In Seconds. Challenge validation will check for work after this period.
"IssuanceCheckInterval": 60 // In Seconds. Certificate Issuance will check for work after this period.
},
Expand Down

0 comments on commit 59bdbf4

Please sign in to comment.