mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
feat: add configurable default value for room closing policy in room creation dialog
This commit is contained in:
committed by
Jannis Mattheis
parent
970d38f585
commit
be61f348e1
@@ -67,6 +67,10 @@ SCREEGO_CORS_ALLOWED_ORIGINS=
|
||||
# screego hash --name "user1" --pass "your password"
|
||||
SCREEGO_USERS_FILE=
|
||||
|
||||
# Defines the default value for the checkbox in the room creation dialog to select
|
||||
# if the room should be closed when the room owner leaves
|
||||
SCREEGO_CLOSE_ROOM_WHEN_OWNER_LEAVES=true
|
||||
|
||||
# The loglevel (one of: debug, info, warn, error)
|
||||
SCREEGO_LOG_LEVEL=info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user