From 8b64fb810ac5d2b9ac564ba3445d92e05d8e3df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus-Peter=20H=C3=BCbner?= Date: Mon, 6 Mar 2023 21:56:40 +0100 Subject: [PATCH] rework PR-comments --- federation/.env.dist.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/federation/.env.dist.template b/federation/.env.dist.template index 63185117b..780779722 100644 --- a/federation/.env.dist.template +++ b/federation/.env.dist.template @@ -1,7 +1,8 @@ CONFIG_VERSION=$FEDERATION_CONFIG_VERSION LOG_LEVEL=$LOG_LEVEL -GRAPHIQL=$GRAPHIQL +# this is set fix to false, because it is important for 'production' environments. only set to true if a graphql-playground should be in use +GRAPHIQL=false # Database DB_HOST=$DB_HOST