feat: added randomly generated URLs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
94f7400169
commit
51fc2867a8
6 changed files with 190 additions and 87 deletions
2
Makefile
2
Makefile
|
|
@ -31,7 +31,7 @@ prod: cmake-release
|
|||
|
||||
.PHONY: run
|
||||
run: build
|
||||
@ LANDER_API_KEY=test ./build/Debug/lander
|
||||
@ LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test ./build/Debug/lander
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue