diff --git a/Website/.env.development b/Website/.env.development index 68e52cf07..be7ae3875 100644 --- a/Website/.env.development +++ b/Website/.env.development @@ -1,3 +1,3 @@ PUBLIC_ENABLE_MSW=true # Enables Mock Service Worker for API calls and decreases cookie security. -PUBLIC_DAWNSHARD_API_URL=http://localhost:3001/api/ # Consider using Vite proxy. +PUBLIC_DAWNSHARD_API_URL=http://localhost:3001/api/ DAWNSHARD_API_URL_SSR=http://localhost:5000