Skip to content

fix: set local adapter SERVER_URL default (supersedes #55)#59

Open
xMinhx wants to merge 1 commit intomainfrom
minh/pr55-env-template-fix
Open

fix: set local adapter SERVER_URL default (supersedes #55)#59
xMinhx wants to merge 1 commit intomainfrom
minh/pr55-env-template-fix

Conversation

@xMinhx
Copy link
Copy Markdown
Collaborator

@xMinhx xMinhx commented Mar 30, 2026

Summary

  • Set SERVER_URL in backend/env.template to http://host.docker.internal:8000 for local adapter usage.
  • Add ADDITIONAL_ALLOWED_HOSTS=host.docker.internal to avoid host validation issues in local Docker-based calls.

Replacement rationale

Notes

  • Original contribution preserved via cherry-pick from the source commit.

@xMinhx xMinhx changed the title fix: set local adapter SERVER_URL default in env template fix: set local adapter SERVER_URL default (supersedes #55) Mar 30, 2026
@xMinhx xMinhx added bug Something isn't working backend labels Apr 2, 2026
@xMinhx xMinhx added this to the Post-Go-Live-Cleanup milestone Apr 2, 2026
@xMinhx
Copy link
Copy Markdown
Collaborator Author

xMinhx commented Apr 2, 2026

This seems like a good follow-up to #60 . It keeps the replacement for #55 moving once the working CI workflow is back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistency in default environment

1 participant