From 4139c50780cf14408b6b34a5eacb8920066d0f6c Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 27 Mar 2022 23:30:38 +0200 Subject: [PATCH] Small changes to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9996cc3..7e3c7ea 100644 --- a/Makefile +++ b/Makefile @@ -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=====