fix: remove dead DevAdminUsername/Password config (closes #22)

Remove DevAdminUsername and DevAdminPassword fields from the Config
struct and their loading code. These fields were never referenced
anywhere else in the codebase.
This commit is contained in:
clawbot
2026-03-01 16:36:36 -08:00
parent 36824046fb
commit 348fd81fe6
2 changed files with 24 additions and 30 deletions

View File

@@ -53,8 +53,6 @@ configDefaults:
environment: dev
metricsUsername: ""
metricsPassword: ""
devAdminUsername: ""
devAdminPassword: ""
`
return afero.WriteFile(fs, "config.yaml", []byte(configYAML), 0644)
}