automatically generate a service user at startup closes #83

This commit is contained in:
2024-04-15 13:01:16 +01:00
parent 00e862e016
commit 2318bad5d8
3 changed files with 65 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ func main() {
config := LoadConfig()
log.Info("Config loaded!", "config", config)
config.GenerateToken(db)
StartRunners(db, config)