#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.json file. In git repo exists only template.config.json file which shows which variables need to initialize for the environment.

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets