mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2026-08-22 03:56:02 +00:00
fix workarounds
This commit is contained in:
@@ -34,7 +34,7 @@ func TestMain(m *testing.M) {
|
||||
|
||||
func startServer(ctx context.Context) error {
|
||||
args := []string{"integration"}
|
||||
setEnvIfNotSet("ACME_API", "https://acme.mock.directory")
|
||||
setEnvIfNotSet("ACME_API", "https://localhost:14000/dir")
|
||||
setEnvIfNotSet("PAGES_DOMAIN", "localhost.mock.directory")
|
||||
setEnvIfNotSet("RAW_DOMAIN", "raw.localhost.mock.directory")
|
||||
setEnvIfNotSet("PAGES_BRANCHES", "pages,main,master")
|
||||
|
||||
Reference in New Issue
Block a user