add .env.example to frontend and php container and update README.md
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
VITE_API_URL=
|
||||
|
||||
VITE_BROADCASTER=reverb
|
||||
VITE_REVERB_KEY=local
|
||||
VITE_REVERB_HOST=127.0.0.1
|
||||
VITE_REVERB_PORT=8080
|
||||
VITE_FORCE_TLS=false
|
||||
VITE_DISABLE_STATS=true
|
||||
VITE_ENCRYPTED=false
|
||||
VITE_CLUSTER=mt1
|
||||
VITE_ENABLED_TRANSPORTS=['ws', 'wss']
|
||||
Reference in New Issue
Block a user