Skip to content

Commit 42dde96

Browse files
committed
website working backend integration awaited
1 parent b769eae commit 42dde96

File tree

19 files changed

+18817
-21
lines changed

19 files changed

+18817
-21
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ SUPPORT_API_URL=https://api.support.ai
2222
ENABLE_PREMIUM_FEATURES=true
2323
ENABLE_REAL_TIME_UPDATES=true
2424

25-
PORT=5000
25+
PORT=8000
2626
MONGODB_URI=mongodb://localhost:27017/madhava
2727
JWT_SECRET=your_jwt_secret_key_here
2828

2929
# Gateway Configuration
3030
GATEWAY_PORT=4000
31-
MAIN_SERVICE_URL=http://localhost:5000
31+
MAIN_SERVICE_URL=http://localhost:8000
3232
REDIS_URL=redis://localhost:6379
3333

3434
# Logging

0 commit comments

Comments
 (0)