From 33983a785d761791334b53f6cc47ab6f8fc9c997 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 18 Mar 2023 22:27:48 +0200 Subject: [PATCH] env --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index e13d3d4..611288d 100644 --- a/.env +++ b/.env @@ -1,5 +1,6 @@ REACT_APP_IDENTITY_AUTHENTICATION_URL=https://lab.code-rove.com/identity-server-api/identity/authenticate?UserName={username}&Password={password} REACT_APP_ENABLE_TEMPLATE_CONTENT=True -REACT_APP_CDN_URL=http://localhost:5050 +# REACT_APP_CDN_URL=http://localhost:5050 +REACT_APP_CDN_URL=https://lab.code-rove.com/cdn #PUBLIC_URL=/cdn-admin/ \ No newline at end of file