From b0e44f77065b5d0117a946a4c703b3e2e69d035f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Fri, 13 Jan 2023 10:11:09 +0100 Subject: [PATCH] some default values for local tests; will be overwritten by env values in deployment --- apiserver/config.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiserver/config.env b/apiserver/config.env index 3e0a037..90b2073 100644 --- a/apiserver/config.env +++ b/apiserver/config.env @@ -3,6 +3,6 @@ # DATACATALOG_APISERVER_PORT=80 DATACATALOG_APISERVER_JSON_STORAGE_PATH="./app/data" DATACATALOG_APISERVER_USERDB_PATH="./app/userdb.json" -#DATACATALOG_APISERVER_CLIENT_ID="" +DATACATALOG_APISERVER_CLIENT_ID="local-testing" #DATACATALOG_APISERVER_CLIENT_SECRET = "" -#DATACATALOG_APISERVER_SERVER_METADATA_URL = "" \ No newline at end of file +DATACATALOG_APISERVER_SERVER_METADATA_URL = "https://zam10045.zam.kfa-juelich.de/realms/eFlows4HPC/.well-known/openid-configuration" \ No newline at end of file -- GitLab