-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(backend): fix port numebr in back end and add end point confige…
…ration to example (#96) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **Configuration** - Updated backend port from 8090 to 8080 - Added new GraphQL endpoint configuration in frontend environment file - **Dependencies** - Upgraded Next.js to version 15.1.4 - Updated React and React DOM to version 19.0.0 - **Frontend Changes** - Modified default AI model to 'gpt-4o' - Added client-side rendering for loading component - Improved WebSocket connection setup - **Documentation** - Updated README with backend endpoint configuration instructions <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: pengyu <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Sma1lboy <[email protected]>
- Loading branch information
1 parent
4b6872b
commit 71937dd
Showing
27 changed files
with
373 additions
and
29,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PORT=8090 | ||
PORT=8080 | ||
JWT_SECRET="JACKSONCHENNAHEULALLEN" | ||
SALT_ROUNDS=123 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.