Merge pull request #198 from NyaaaWhatsUpDoc/update/sqlite-library

Update/sqlite library
This commit is contained in:
kim 2021-09-08 21:26:32 +01:00 committed by GitHub
commit a027da0ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
104 changed files with 227505 additions and 3933 deletions

View file

@ -209,8 +209,8 @@ func GetTestDefaults() Defaults {
Port: 8080,
TrustedProxies: []string{"127.0.0.1/32"},
DbType: "postgres",
DbAddress: "localhost",
DbType: "sqlite",
DbAddress: ":memory:",
DbPort: 5432,
DbUser: "postgres",
DbPassword: "postgres",