fix: unify game-of-throne-demo EVERMEMOS_URL default port to 1995#192
Merged
cyfyifanchen merged 1 commit intoApr 19, 2026
Merged
Conversation
server.ts used 8001 but the EverMemOS server default is 1995. This broke local demo runs unless EVERMEMOS_URL was manually set. Fixes EverMind-AI#28
Contributor
Author
|
@cyfyifanchen @gloryfromca |
cyfyifanchen
approved these changes
Apr 19, 2026
Collaborator
cyfyifanchen
left a comment
There was a problem hiding this comment.
LGTM, thanks for the PR.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
saw issue #28 was still open. the game-of-throne-demo server.ts had port 8001 as default but EverMemOS server actually runs on 1995. PR #181 fixed ports for the EverMemOS demos but game-of-throne-demo was added in #186 after and got missed.
tested:
cloud mode uses env override so only local dev affected. fixes #28
happy to adjust if needed, thanks.