security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.36k stars 117 forks source link

Remove environment variables from yew-ui #72

Closed griffobeid closed 1 year ago

griffobeid commented 1 year ago

Currently, we have environment variables for configuring the yew-ui at runtime, but in order to bundle the static assets those need to be set. We should find a better way to provide these values that either don't need configuration or if they do then it is achievable with the bundled static assets