mirror of
https://github.com/screego/server.git
synced 2026-04-23 07:49:36 +08:00
6202025877
Screego already secures the turn connections via credentials that are generated on demand. The strict auth can cause problems when screego is deployed via docker or some other container deployment.
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
SCREEGO_SECRET=secure
|
|
SCREEGO_LOG_LEVEL=debug
|
|
SCREEGO_CORS_ALLOWED_ORIGINS=http://localhost:3000
|
|
SCREEGO_USERS_FILE=./users
|