remove codeberg default values

This commit is contained in:
crapStone 2023-11-17 23:49:18 +01:00
parent 96fb1bebd9
commit 7a58c97817
No known key found for this signature in database
GPG key ID: D74B82E7CDD863FE
2 changed files with 3 additions and 6 deletions

View file

@ -45,6 +45,7 @@ func startServer(ctx context.Context) error {
setEnvIfNotSet("HTTP_PORT", "8880")
setEnvIfNotSet("ENABLE_HTTP_SERVER", "true")
setEnvIfNotSet("DB_TYPE", "sqlite3")
setEnvIfNotSet("GITEA_ROOT", "https://codeberg.org")
app := cli.NewApp()
app.Name = "pages-server"