integration tests: test new db backend

This commit is contained in:
6543 2023-02-09 22:20:15 +01:00
parent 387a69df97
commit 4fe983c96d

View File

@ -40,6 +40,7 @@ func startServer(ctx context.Context) error {
setEnvIfNotSet("PAGES_DOMAIN", "localhost.mock.directory")
setEnvIfNotSet("RAW_DOMAIN", "raw.localhost.mock.directory")
setEnvIfNotSet("PORT", "4430")
setEnvIfNotSet("DB_TYPE", "sqlite3")
app := cli.NewApp()
app.Name = "pages-server"