Added sqlite database

This commit is contained in:
2026-04-02 21:31:19 +02:00
parent f0eeaecbb1
commit 18a030a0a8
16 changed files with 1036 additions and 79 deletions
+5 -4
View File
@@ -5,10 +5,11 @@ import (
)
type EnvConfig struct {
Port string
ConfigDir string
GithubPat string
StoragePath string
Port string
ConfigDir string
GithubPat string
StoragePath string
DatabasePath string
}
func Load() EnvConfig {