From 88c20a9f8afd104d53d2d8f1a0442ed4cabcc43c Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Thu, 30 Jan 2025 17:10:53 +0100 Subject: [PATCH] change config base on validation-messages --- admin/.env.dist | 2 +- deployment/bare_metal/.env.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/.env.dist b/admin/.env.dist index d92f3d9bc..c3d62bfd2 100644 --- a/admin/.env.dist +++ b/admin/.env.dist @@ -1,6 +1,6 @@ GRAPHQL_URL=http://localhost:4000 GRAPHQL_PATH=/graphql WALLET_URL=http://localhost -WALLET_AUTH_PATH=/authenticate?token={token} +WALLET_AUTH_PATH=/authenticate?token= WALLET_LOGIN_PATH=/login DEBUG_DISABLE_AUTH=false \ No newline at end of file diff --git a/deployment/bare_metal/.env.dist b/deployment/bare_metal/.env.dist index f361f6331..d17a2f3fe 100644 --- a/deployment/bare_metal/.env.dist +++ b/deployment/bare_metal/.env.dist @@ -44,7 +44,7 @@ EMAIL_TEST_RECEIVER=test_team@gradido.net USE_CRYPTO_WORKER=true # Logging -LOG_LEVEL=INFO +LOG_LEVEL=info GRADIDO_LOG_PATH=/home/gradido/gradido/deployment/bare_metal/log TYPEORM_LOGGING_RELATIVE_PATH=../deployment/bare_metal/log/typeorm.backend.log