working commit

This commit is contained in:
2026-06-07 15:06:37 +02:00
parent 52dd2cef20
commit c656b562d8
17 changed files with 291 additions and 85 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import (
)
const (
defaultSeedUsername = "certman"
defaultSeedPassword = "certman"
defaultSeedUsername = "mbase"
defaultSeedPassword = "mbase"
)
func (lg *Logic) CleanDatabase(ctx context.Context) error {