mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 11:36:57 +00:00
fix workarounds
This commit is contained in:
parent
e3ec4f948c
commit
40196377e3
3 changed files with 4 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue