mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
Remove turn strict auth
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.
This commit is contained in:
@@ -2,4 +2,3 @@ SCREEGO_SECRET=secure
|
||||
SCREEGO_LOG_LEVEL=debug
|
||||
SCREEGO_CORS_ALLOWED_ORIGINS=http://localhost:3000
|
||||
SCREEGO_USERS_FILE=./users
|
||||
SCREEGO_TURN_STRICT_AUTH=false
|
||||
|
||||
Reference in New Issue
Block a user