From 08eaaa3b5ea3812855cfc090e30317a30a50a327 Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 10:58:35 +0200 Subject: [PATCH] added repo download dir --- dev.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev.env b/dev.env index acd3cc2..98491b4 100644 --- a/dev.env +++ b/dev.env @@ -1,3 +1,4 @@ LOGGER_LEVEL = debug LISTEN_IP = 0.0.0.0 -LISTEN_PORT = 1706 \ No newline at end of file +LISTEN_PORT = 8000 +REPO_DOWNLOAD_DIR = /usr/src/app/repo/ \ No newline at end of file