This website requires JavaScript.
Explore
Help
Sign In
studio
/
docs
Archived
Watch
2
Star
0
Fork
0
You've already forked docs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-24
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
4fc49d5cb2c3b1e3e32cfea17cfbb7f3cd742987
docs
/
src
/
frontend
/
apps
/
impress
/
.env.test
2 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
♻️(frontend) frontend environment free Until now, the front had to know at build time the url of the backend and the webrtc server to be able to communicate with them. It is not optimal because it means that we need multiple docker image (1 per environment) to have the app working, it is not very flexible. This commit will make the frontend "environment free" by determining these urls at runtime.
2024-05-13 10:54:47 +02:00
NEXT_PUBLIC_API_ORIGIN=http://test.jest
Reference in New Issue
Copy Permalink