mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
integration tests: test new db backend
This commit is contained in:
parent
387a69df97
commit
4fe983c96d
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue