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