Merge remote-tracking branch 'upstream/main' into issue115

This commit is contained in:
6543 2023-02-14 04:01:02 +01:00
commit 12d9fb26cd
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
6 changed files with 50 additions and 9 deletions

View file

@ -41,6 +41,8 @@ func startServer(ctx context.Context) error {
setEnvIfNotSet("RAW_DOMAIN", "raw.localhost.mock.directory")
setEnvIfNotSet("PAGES_BRANCHES", "pages,main,master")
setEnvIfNotSet("PORT", "4430")
setEnvIfNotSet("HTTP_PORT", "8880")
setEnvIfNotSet("ENABLE_HTTP_SERVER", "true")
setEnvIfNotSet("DB_TYPE", "sqlite3")
app := cli.NewApp()