From fdd968e3a32fb898b21f4ec8ef0b47a2f7879ab1 Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 11:08:27 +0200 Subject: [PATCH] updated var name --- dev.env | 2 +- prod.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.env b/dev.env index 98491b4..6c6ac62 100644 --- a/dev.env +++ b/dev.env @@ -1,4 +1,4 @@ LOGGER_LEVEL = debug LISTEN_IP = 0.0.0.0 LISTEN_PORT = 8000 -REPO_DOWNLOAD_DIR = /usr/src/app/repo/ \ No newline at end of file +REPO_DIR = /usr/src/app/repo/ \ No newline at end of file diff --git a/prod.env b/prod.env index 572a586..4956c5d 100644 --- a/prod.env +++ b/prod.env @@ -1,4 +1,4 @@ LOGGER_LEVEL = info LISTEN_IP = 0.0.0.0 LISTEN_PORT = 8000 -REPO_DOWNLOAD_DIR = /usr/src/app/repo/ \ No newline at end of file +REPO_DIR = /usr/src/app/repo/ \ No newline at end of file