-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbbb_admin.json
More file actions
35 lines (35 loc) · 1.03 KB
/
Copy pathbbb_admin.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"debug": "1",
"setenv": "1",
"language": "en",
"browserlang": "0",
"passwordlen": "32",
"moderator": "Username",
"email": "bbbadmin@domain.com",
"invite": "https://room.domain.com",
"copyright": "© 2021 unattended.ch",
"server": {
"1": "room1.domain.com",
"2": "room2.domain.com"
},
"bbb": {
"1": { "url": "", "salt": "" },
"2": { "url": "", "salt": "" }
},
"logout": {
"1": "https://room1.domain.com",
"2": "https://room2.domain.com"
},
"logos": {
"1": "https://room1.domain.com/favicon.ico",
"2": "https://room2.domain.com/favicon.ico"
},
"access": {
"1": "ModeratorPasswordDefault" ,
"2": "AttendeePasswordDefault"
},
"rooms": {
"1": { "name": "Bastelraum © 2021 unattended.ch", "id": "Bastelraum" , "acc": "Password", "msg": "Monday 20:00 - 22:00" },
"2": { "name": "Startraum © 2021 unattended.ch", "id": "Startraum" , "acc": "Password", "msg": "" }
}
}