forked from vieter-v/vieter
Finally enabled web server again
This commit is contained in:
parent
57fe767a70
commit
d04ba06ad3
5 changed files with 103 additions and 99 deletions
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ c:
|
|||
# Run the server in the default 'data' directory
|
||||
.PHONY: run
|
||||
run: vieter
|
||||
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG ./vieter
|
||||
API_KEY=test DOWNLOAD_DIR=data/downloads REPO_DIR=data/repo PKG_DIR=data/pkgs LOG_LEVEL=DEBUG ./vieter
|
||||
|
||||
.PHONY: run-prod
|
||||
run-prod: prod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue