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:
Jannis Mattheis
2023-07-29 18:00:39 +02:00
parent f3898e7537
commit 6202025877
4 changed files with 13 additions and 34 deletions

View File

@@ -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