From aa1316b407a7b90cae3c2b08a14e45c9e1ce59ad Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Mon, 17 May 2021 09:35:56 +0200 Subject: [PATCH] comment unused options --- config.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.env b/config.env index 64719b6..2eda124 100644 --- a/config.env +++ b/config.env @@ -1,4 +1,4 @@ # contains Settings that can be loaded via pydantic settings .env support -DATACATALOG_APISERVER_HOST="0.0.0.0", -DATACATALOG_APISERVER_PORT=80 +# DATACATALOG_APISERVER_HOST="0.0.0.0", +# DATACATALOG_APISERVER_PORT=80 DATACATALOG_APISERVER_JSON_STORAGE_PATH="./app/data" \ No newline at end of file -- GitLab