Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make eliza server URL configurable via env var when starting eliza client #3585

Open
bguiz opened this issue Feb 19, 2025 · 2 comments · Fixed by #3589
Open

feat: make eliza server URL configurable via env var when starting eliza client #3585

bguiz opened this issue Feb 19, 2025 · 2 comments · Fixed by #3589
Labels
enhancement New feature or request

Comments

@bguiz
Copy link
Contributor

bguiz commented Feb 19, 2025

Is your feature request related to a problem? Please describe.

  • When running the Eliza server that is served on anything other than http://localhost:3000
  • Eliza client is hardcoded to only connect to this URL

Describe the solution you'd like

  • Make this configurable rather than hard coded

Describe alternatives you've considered

  • What works is manually editing const BASE_URL = ... in eliza/client/src/lib/api.ts

Additional context

Nil.

@jgarrettvml
Copy link

Totally agree, quite annoying to always have to go in and change the base URL for network

@bguiz
Copy link
Contributor Author

bguiz commented Feb 26, 2025

@jgarrettvml I've implemented the fix for this, and it's been merged already.
So you'll be able to use it in the next release.
#3589

Totally agree, quite annoying to always have to go in and change the base URL for network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants