mirror of
https://github.com/coder/coder.git
synced 2026-06-06 14:38:23 +00:00
a2dd618849
These values were ignored. Environment variables are applied to new sessions, and are refreshed on reconnect. This is cool because a workspace could be updated with new environment variables without requiring a complete start/stop. The startup script is only ran once regardless of changes, which feels like the expected behavior.