From dc512b55697bdf4f68d880d65e970825116b5687 Mon Sep 17 00:00:00 2001 From: Ninjas Code - 4 Date: Thu, 1 Jun 2023 14:26:37 +0500 Subject: [PATCH] Server URl --- Admin Dashboard/.env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin Dashboard/.env.development b/Admin Dashboard/.env.development index 1dbc395..160edbe 100644 --- a/Admin Dashboard/.env.development +++ b/Admin Dashboard/.env.development @@ -1,8 +1,8 @@ NODE_PATH=./src SKIP_PREFLIGHT_CHECK=true REACT_APP_CLOUDINARY_UPLOAD_URL = https://api.cloudinary.com/v1_1/dimjm4ald/image/upload -REACT_APP_SERVER_URL = http://localhost:8000/ -REACT_APP_WS_SERVER_URL = ws://localhost:8000/ +REACT_APP_SERVER_URL = https://enatega-singlevendor.up.railway.app/ +REACT_APP_WS_SERVER_URL = wss://enatega-singlevendor.up.railway.app/ REACT_APP_CLOUDINARY_CATEGORY = hmtkg7s5 REACT_APP_CLOUDINARY_FOOD = wdgvyas8 REACT_APP_ENV = “dev” \ No newline at end of file