Switched from turso to local sqlite

This commit is contained in:
2025-02-13 22:23:16 +11:00
parent 62111df6c5
commit cab6be063f
6 changed files with 9 additions and 35 deletions

View File

@@ -8,9 +8,6 @@ import (
)
func TestConfig() (*config.Config, error) {
os.Setenv("TRUSTED_HOST", "127.0.0.1")
os.Setenv("TURSO_DB_NAME", ".")
os.Setenv("TURSO_AUTH_TOKEN", ".")
os.Setenv("SECRET_KEY", ".")
cfg, err := config.GetConfig(map[string]string{})
if err != nil {