From 921ab5306b4e0840b44811b59502fecc79f3e033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Sat, 13 Apr 2024 02:25:35 +0330 Subject: [PATCH] fix env --- .env.production | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.production b/.env.production index 792357f..3a2a5e4 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,5 @@ NEXT_PUBLIC_SERVER_URL=https://api.vesmeh.com NEXT_PUBLIC_PUBLIC_URL=https://api.vesmeh.com NEXT_PUBLIC_API_URL=https://api.vesmeh.com/api NEXT_PUBLIC_STORAGE_URL=http://storage.vesmeh.com +STORAGE_URL=http://storage.vesmeh.com NEXT_PUBLIC_PACKAGE_VERSION=0.2.7 \ No newline at end of file