diff --git a/apps/Backend/.env b/apps/Backend/.env index 27c4f396..bd5325ca 100755 --- a/apps/Backend/.env +++ b/apps/Backend/.env @@ -1,7 +1,7 @@ NODE_ENV="development" HOST=0.0.0.0 PORT=5000 -FRONTEND_URLS=http://localhost:3000 +FRONTEND_URLS=http://localhost:3000,http://communitydentistsoflowell.mydentalofficemanagement.com,https://communitydentistsoflowell.mydentalofficemanagement.com SELENIUM_AGENT_BASE_URL=http://localhost:5002 JWT_SECRET = 'dentalsecret' DB_HOST=localhost diff --git a/apps/Frontend/.env b/apps/Frontend/.env index acfe8ffe..ff0b463a 100755 --- a/apps/Frontend/.env +++ b/apps/Frontend/.env @@ -1,4 +1,4 @@ NODE_ENV=development HOST=0.0.0.0 PORT=3000 -VITE_API_BASE_URL_BACKEND=http://localhost:5000 \ No newline at end of file +VITE_API_BASE_URL_BACKEND= \ No newline at end of file diff --git a/apps/Frontend/.env.example b/apps/Frontend/.env.example index acfe8ffe..ff0b463a 100755 --- a/apps/Frontend/.env.example +++ b/apps/Frontend/.env.example @@ -1,4 +1,4 @@ NODE_ENV=development HOST=0.0.0.0 PORT=3000 -VITE_API_BASE_URL_BACKEND=http://localhost:5000 \ No newline at end of file +VITE_API_BASE_URL_BACKEND= \ No newline at end of file