Switched from turso to local sqlite
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user