mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
Use env
This commit is contained in:
parent
ecd79e9a1a
commit
74421d5bc1
1 changed files with 2 additions and 1 deletions
3
Justfile
3
Justfile
|
@ -6,7 +6,8 @@ dev:
|
|||
export PAGES_DOMAIN=localhost.mock.directory
|
||||
export RAW_DOMAIN=raw.localhost.mock.directory
|
||||
export PORT=4430
|
||||
go run . --log-level trace
|
||||
export LOG_LEVEL=trace
|
||||
go run .
|
||||
|
||||
build:
|
||||
CGO_ENABLED=0 go build -ldflags '-s -w' -v -o build/codeberg-pages-server ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue