This website requires JavaScript.
Explore
Help
Sign In
studio
/
people
Archived
Watch
2
Star
0
Fork
0
You've already forked people
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
91fbef9066b1ecda3f5dce017e40bc330e4e3b0a
people
/
src
/
frontend
/
apps
/
desk
/
.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-06-03 12:53:23 +02:00
NEXT_PUBLIC_API_ORIGIN=http://test.jest
Reference in New Issue
Copy Permalink