From 5d7885b2e009d24e88b1462bb1ed3a1c2a53dccd Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Wed, 20 Dec 2023 13:59:58 +0330 Subject: [PATCH] fixed bug --- example.env.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.env.local b/example.env.local index c547e86..7997bff 100644 --- a/example.env.local +++ b/example.env.local @@ -9,4 +9,6 @@ NEXT_PUBLIC_SECONDARY_MAIN = "#FF4E00" NEXT_PUBLIC_BASE_URL = "https://loan.witel.ir" NEXT_PUBLIC_POWERED_BY_URL = "https://witel.ir" +NEXT_PUBLIC_CONFIG_APP_URL = "http://localhost:3000/config.json" + NODE_ENV = "development" \ No newline at end of file