forked from jacintocbc/GLoW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathORG_config.json
40 lines (40 loc) · 976 Bytes
/
ORG_config.json
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
36
37
38
39
40
{
"general": {
"username": "",
"password": "",
"hostname": "",
"greeting": "",
"showusercommapass": "",
"langfile": "english.json",
"loglevel": "info",
"logfolder": "X:/GC/LOG/",
"port": "5656",
"dataroot": "X:/GC/DATAROOT/",
"preview": "selected",
"autoplayLocalRenderer": false,
"resolution": "AUTO",
"recents": [
"CLIENT-YLE-2024/RC5-2",
"CLIENT-YLE-2024/RC5",
"yle/test",
"TemplatePack130/DEV",
"timeline/test"
]
},
"casparcg": {
"servers": [
{
"name": "OVERLAY",
"host": "localhost",
"port": "5250",
"disabled": false
}
]
},
"globalExtras": {
"customscript": "/ExtraFunctions/demoFunctions.js"
},
"warning": "Modifications done in the SPX will overwrite this file.",
"copyright": "(c) 2020- SPX Graphics (https://spx.graphics)",
"updated": "2024-06-06T19:21:00.725Z"
}