Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
image: ptsdetect-api
environment:
ASPNETCORE_URLS: "http://+:5000"
MongoDbOptions__ConnectionString: "mongodb://root:9BjFZXmE2d@mongo"
MongoDbOptions__ConnectionString: "mongodb+srv://nikitapanagoda16_db_user:wnPJJIIXVWDcRJAK@appdb.uifa92k.mongodb.net/?retryWrites=true&w=majority"
MongoDbOptions__AppDatabaseName: "AppDB"
JwtOptions__Issuer: "http://localhost:5000"
JwtOptions__Audience: "http://localhost:5173"
Expand All @@ -28,8 +28,8 @@
mongo:
image: mongo:7.0.3
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: 9BjFZXmE2d
MONGO_INITDB_ROOT_USERNAME: nikitapanagoda16_db_user
MONGO_INITDB_ROOT_PASSWORD: wnPJJIIXVWDcRJAK
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
interval: 10s
Expand Down
2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"@fontsource-variable/inter": "^5.0.16",
"@hookform/resolvers": "^3.3.2",
"@mui/joy": "5.0.0-beta.18",
"@mui/material": "^5.14.20",
"graphql": "^16.8.1",
"openai": "^4.20.0",
"i18next": "^23.11.4",
"immer": "^10.0.3",
"jwt-decode": "^4.0.0",
Expand Down
518 changes: 518 additions & 0 deletions frontend/pnpm-lock.yaml

Large diffs are not rendered by default.

Loading