Small changes to Makefile

main^2
Jef Roosens 2022-03-27 23:30:38 +02:00
parent aa632c7cd9
commit 4139c50780
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 1 deletions

View File

@ -70,9 +70,10 @@ run: vieter
run-prod: prod
VIETER_API_KEY=test \
VIETER_DOWNLOAD_DIR=data/downloads \
VIETER_REPO_DIR=data/repo \
VIETER_DATA_DIR=data/repo \
VIETER_PKG_DIR=data/pkgs \
VIETER_LOG_LEVEL=DEBUG \
VIETER_REPOS_FILE=data/repos.json \
./pvieter server
# =====OTHER=====