From d64b858bfb0fd437eb17b9770c90641e022971a2 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Mon, 20 Jun 2022 14:37:59 +0200 Subject: [PATCH] Update: .env files --- conf/env_api-gateway.env.sample | 4 ++++ conf/env_auth-worker.env.sample | 6 ++++++ conf/env_auth.env.sample | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/conf/env_api-gateway.env.sample b/conf/env_api-gateway.env.sample index ce5a4bc..2b4d982 100644 --- a/conf/env_api-gateway.env.sample +++ b/conf/env_api-gateway.env.sample @@ -9,6 +9,7 @@ PORT="__PORT_API_GATEWAY__" SYNCING_SERVER_JS_URL="http://localhost:__PORT_SYNCING_SERVER_JS__" AUTH_SERVER_URL="http://localhost:__PORT_AUTH__" #PAYMENTS_SERVER_URL=http://payments:3000 +#FILES_SERVER_URL=http://files:3000 HTTP_CALL_TIMEOUT=60000 @@ -30,3 +31,6 @@ REDIS_EVENTS_CHANNEL=events # (Optional) SNS Setup SNS_TOPIC_ARN= SNS_AWS_REGION= + +# (Optional) Caching Cross Service Tokens +CROSS_SERVICE_TOKEN_CACHE_TTL= diff --git a/conf/env_auth-worker.env.sample b/conf/env_auth-worker.env.sample index 5d75e9c..df577f5 100644 --- a/conf/env_auth-worker.env.sample +++ b/conf/env_auth-worker.env.sample @@ -64,3 +64,9 @@ USER_SERVER_AUTH_KEY= # (Optional) Sentry Setup SENTRY_DSN= SENTRY_ENVIRONMENT= + +VALET_TOKEN_SECRET= +VALET_TOKEN_TTL= + +# (Optional) Analytics +ANALYTICS_ENABLED=false diff --git a/conf/env_auth.env.sample b/conf/env_auth.env.sample index ec5947c..83406ef 100644 --- a/conf/env_auth.env.sample +++ b/conf/env_auth.env.sample @@ -65,3 +65,9 @@ USER_SERVER_AUTH_KEY= # (Optional) Sentry Setup SENTRY_DSN= SENTRY_ENVIRONMENT= + +VALET_TOKEN_SECRET= +VALET_TOKEN_TTL= + +# (Optional) Analytics +ANALYTICS_ENABLED=false