Files
screego/screego.config.development
Jannis Mattheis d0cab7abb7 Disable strict auth in dev mode
IPv6 and IPv4 differences
2020-10-09 08:03:56 +00:00

7 lines
185 B
Plaintext

SCREEGO_EXTERNAL_IP=127.0.0.1
SCREEGO_SECRET=secure
SCREEGO_LOG_LEVEL=debug
SCREEGO_CORS_ALLOWED_ORIGINS=http://localhost:3000
SCREEGO_USERS_FILE=./users
SCREEGO_TURN_STRICT_AUTH=false