From 56cc4f0269c9efe7d2bb37a3585f0b5f6c44ebd7 Mon Sep 17 00:00:00 2001 From: Kim Pevey Date: Mon, 2 Oct 2023 10:43:13 -0500 Subject: [PATCH] use 5000 for server port --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index e20a1fde..132e8662 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ -REACT_APP_API_URL=http://localhost:8080/conda-store/ +REACT_APP_API_URL=http://localhost:5000/conda-store/ REACT_APP_AUTH_METHOD=cookie -REACT_APP_LOGIN_PAGE_URL=http://localhost:8080/conda-store/login?next= +REACT_APP_LOGIN_PAGE_URL=http://localhost:5000/conda-store/login?next= REACT_APP_AUTH_TOKEN= REACT_APP_STYLE_TYPE=grayscale REACT_APP_CONTEXT=webapp REACT_APP_SHOW_AUTH_BUTTON=true -REACT_APP_LOGOUT_PAGE_URL=http://localhost:8080/conda-store/logout?next=/ \ No newline at end of file +REACT_APP_LOGOUT_PAGE_URL=http://localhost:5000/conda-store/logout?next=/ \ No newline at end of file