mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
fix tests
This commit is contained in:
parent
a04ca09d8c
commit
c54328d6d3
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ func startServer(ctx context.Context) error {
|
|||
}
|
||||
setEnvIfNotSet("ACME_API", "https://acme.mock.directory")
|
||||
setEnvIfNotSet("PAGES_DOMAIN", "localhost.mock.directory")
|
||||
setEnvIfNotSet("PAGES_BRANCHES", "pages,main")
|
||||
setEnvIfNotSet("RAW_DOMAIN", "raw.localhost.mock.directory")
|
||||
setEnvIfNotSet("PORT", "4430")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue