From 33494a38d2c0087046f7c888c635e97a7559281a Mon Sep 17 00:00:00 2001 From: Viktor Baranov Date: Tue, 8 Aug 2023 16:19:38 +0300 Subject: [PATCH] Remove unused env vars --- .../docker-compose-no-build-external-frontend.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docker-compose/docker-compose-no-build-external-frontend.yml b/docker-compose/docker-compose-no-build-external-frontend.yml index 660cbd41a7..93170be47e 100644 --- a/docker-compose/docker-compose-no-build-external-frontend.yml +++ b/docker-compose/docker-compose-no-build-external-frontend.yml @@ -40,15 +40,7 @@ services: CHAIN_ID: '1337' API_V2_ENABLED: 'true' MIX_ENV: 'prod' - ACCOUNT_ENABLED: 'true' - ACCOUNT_AUTH0_DOMAIN: 'dev-d1e3mu4f.us.auth0.com' - ACCOUNT_AUTH0_CLIENT_ID: '0Kz1eaBlFGEjtdtbRaEyUAjMxTGcWPbw' - ACCOUNT_AUTH0_CLIENT_SECRET: 'kkbPvKz79UG13HBavWlCUqDER8QkuMYvBLlh4xriiZNdlL9FPmyGjzfALn00hker' - ACCOUNT_SENDGRID_SENDER: 'noreply@blockscout.com' - ACCOUNT_SENDGRID_TEMPLATE: 'd-7ab86397e5bb4f0e94e285879a42be64' - ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL: '"https://api.airtable.com/v0/appKlc01pN7paPrhk/Public%20Tags"' - ACCOUNT_PUBLIC_TAGS_AIRTABLE_API_KEY: 'keySVvWCUqSuQMfJB' - ACCOUNT_CLOAK_KEY: 'yb49fJfTh0lyifuXIWKxcf4rrK9elF5D45e4pgvmcn4=' + ACCOUNT_ENABLED: 'false' ports: - 4000:4000 volumes: