From 12687e480c3e5be982a13ee9579a5d0dcef36108 Mon Sep 17 00:00:00 2001 From: chopan123 Date: Sun, 17 Nov 2024 16:32:02 -0300 Subject: [PATCH] added env variables --- .env.production.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production.example b/.env.production.example index 30f6805e..d3aa0eb6 100644 --- a/.env.production.example +++ b/.env.production.example @@ -19,4 +19,5 @@ NEXT_PUBLIC_SOROSWAP_BACKEND_ENABLED= NEXT_PUBLIC_SOROSWAP_BACKEND_API_KEY= NEXT_PUBLIC_SOROSWAP_BACKEND_URL= NEXT_PUBLIC_TRUSTLINE_WALLET_PUBLIC_KEY= -NEXT_PUBLIC_TEST_TOKENS_ADMIN_SECRET_KEY= \ No newline at end of file +NEXT_PUBLIC_TEST_TOKENS_ADMIN_SECRET_KEY= +NEXT_PUBLIC_DIRECT_PATH_ENABLED=true