#88 — Make environment-configurable
Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: Unassigned
Created: 2024-11-12 · Updated: 2025-09-15
Description
Caused by https://github.com/Twill-AI/facade/issues/33.
Need to take all environment-specific configuration from separate config.json file which would be served in root and taken by FrontEnd code on start. Next these values may be cached to don’t call /config.json often.
config.json file is ignored in .gitignore to don’t be deployed to repo.
AC:
- FrontEnd repo is configured via
config.jsonfile. In git repo exists onlytemplate.config.jsonfile which shows which variables need to initialize for the environment.
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets