Encrypt git token

This commit is contained in:
2024-10-31 21:15:38 +01:00
parent 72817aa06a
commit f8728923a5
5 changed files with 230 additions and 37 deletions

View File

@@ -24,7 +24,7 @@ func main() {
}
// Initialize database
database, err := db.Init(cfg.DBPath)
database, err := db.Init(cfg.DBPath, cfg.EncryptionKey)
if err != nil {
log.Fatal(err)
}