Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer authored May 30, 2024
1 parent d292163 commit 1985d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const APP_CONFIG = {
BACKEND_URL: process.env.REACT_APP_BACKEND_URL || "http://localhost:8080/api",
DEFAULT_EXCLUDED_SUBMITTERS: process.env.DEFAULT_EXCLUDED_SUBMITTERS || ["SVCODSSTRELKA"],
BACKEND_URL: process.env.REACT_APP_BACKEND_URL || "/api",
DEFAULT_EXCLUDED_SUBMITTERS: process.env.DEFAULT_EXCLUDED_SUBMITTERS || ["User_1"],
API_TIMEOUT: 60000,
LOGIN_TIMEOUT: 30000,
SEARCH_URL: process.env.REACT_APP_SEARCH_URL,
Expand Down

0 comments on commit 1985d20

Please sign in to comment.