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
3b77e1254e1a6942649c0ca6d5833b3d11f29222
docs
/
src
/
frontend
/
apps
/
impress
/
.env.development
3 lines
91 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://localhost:8071
⚡️(app-impress) create pad store Better to store the WebrtcProvider, we will reuse the provider if one is already created.
2024-04-08 17:46:46 +02:00
NEXT_PUBLIC_SIGNALING_URL=ws://localhost:4444
Reference in New Issue
Copy Permalink