Skip to content

Commit

Permalink
Update config.ts to test k8s
Browse files Browse the repository at this point in the history
Setting up API URL
  • Loading branch information
soniacq authored Dec 13, 2023
1 parent 52d0092 commit 6ce6ae5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// export const API_URL = 'https://api.ptg.poly.edu';
export const API_URL = 'http://dashboardptg.vida-nyu.org:7890';
// export const API_URL = 'http://dashboardptg.vida-nyu.org:7890';
export const API_URL = 'argus-api.hsrn.nyu.edu';
export const RECORDINGS_STATIC_PATH = '/recordings/static/';
export const TEST_USER = 'test';
export const TEST_PASS = 'test';
Expand All @@ -18,4 +19,4 @@ export const RESET_REASONING = 'arui:reset';

export const RECORDINGS_UPLOAD_PATh = "/recordings/upload/"

// export {API_URL, RECORDINGS_STATIC_PATH, TEST_USER, TEST_PASS};
// export {API_URL, RECORDINGS_STATIC_PATH, TEST_USER, TEST_PASS};

0 comments on commit 6ce6ae5

Please sign in to comment.