admin: Remove deprecated debugAddr (#7999)

The parameter was removed in production in IN-10874.

Followup to #7838, #7840
This commit is contained in:
James Renken 2025-02-10 12:26:57 -08:00 committed by GitHub
parent 27cbd1c94c
commit 64f4aabbf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -31,9 +31,6 @@ type Config struct {
RAService *cmd.GRPCClientConfig
SAService *cmd.GRPCClientConfig
// Deprecated: DebugAddr is no longer used.
DebugAddr string
Features features.Config
}

View File

@ -4,7 +4,6 @@
"dbConnectFile": "test/secrets/revoker_dburl",
"maxOpenConns": 1
},
"debugAddr": ":8014",
"tls": {
"caCertFile": "test/certs/ipki/minica.pem",
"certFile": "test/certs/ipki/admin.boulder/cert.pem",