Skip to content

Commit 265c02d

Browse files
HarshHarsh
authored andcommitted
resolved merge conflicts
2 parents 267cd6e + a492b35 commit 265c02d

785 files changed

Lines changed: 98650 additions & 16199 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BACKEND_URL=http://localhost:3000
55
FRONTEND_PORT=5173
66
FRONTEND_URL=http://localhost:5173
77
HOST=localhost
8-
BIAS_AND_FAIRNESS_PORT=8000
8+
LLM_EVALS_PORT=8000
99
NODE_ENV=development
1010

1111
MULTI_TENANCY_ENABLED=false

.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BACKEND_URL=http://localhost:3000 # localhost needs to be replaced by ip
55
FRONTEND_PORT=8080
66
FRONTEND_URL=http://localhost:8080 # localhost needs to be replaced by ip
77
HOST=localhost
8-
BIAS_AND_FAIRNESS_PORT=8000
8+
LLM_EVALS_PORT=8000
99
NODE_ENV=production
1010
# NOTE: Please do not change this unless the database is hosted on a different server and you want to use SSL for the connection
1111
DB_SSL=false

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CLAUDE.md
2121
.vscode
2222
agent.md
2323
agent-output.md
24+
plan.md
2425

2526

2627
FILE_MANAGER_WORKFLOW.md
@@ -30,4 +31,8 @@ FILE_STORAGE_ARCHITECTURE.md
3031
Authentication_Authorization_Workflow_Documentation.md
3132
scripts/sync-docs-to-website.sh
3233

33-
nul
34+
nulGateway/data/config.json
35+
Gateway/data/config.json.bak
36+
37+
# Node modules
38+
node_modules/

0 commit comments

Comments
 (0)