Files
minisrv/zefie_wtvp_minisrv/config.json
zefie c4e3e0fb99 v0.9.7
- minor update: app.js: fix found file path in log on windows
 - update: WTVClientCapabilities.js: allow setting flags to false, to prevent potential issue with changing cap flags
 - update: add 'hasCap(flag)' function to WTVClientSessionData for easier client-capabilities checking (see wtv-home/home.js for an example)
 - update: add isMiniBrowser() to WTVClientSessionData for easier detection of MiniBrowser.
 - update: add 'setIRCNick()' function to WTVClientSessionData for ease of use
 - update: add primative getMaxUsernameLength() to overcome username limitation in older builds
 - update: wtv-chat:/home template
 - update: app.js: add logging errors to file
2022-11-29 07:43:52 -05:00

87 lines
1.8 KiB
JSON

{
"config": {
"service_ip": "0.0.0.0",
"ServiceVaults": [
"UserServiceVault",
"ServiceVault"
],
"service_name": "MSNTV",
"service_logo": "MSNLogo.gif",
"service_splash_logo": "splash_logo_msn.gif",
"hide_ssid_in_logs": true,
"post_percentages": [ 0, 25, 50, 100],
"verbosity": 2,
"error_log_file": "errors.log"
},
"services": {
"wtv-1800": {
"port": 1615,
"connections": 1,
"send_tellyscripts": false
},
"wtv-star": {
"port": 1603,
"flags": "0x00000007"
},
"wtv-head-waiter": {
"port": 1601,
"flags": "0x00000001",
"connections": 1
},
"wtv-update": {
"port": 1619,
"flags": "0x04",
"connections": 3
},
"wtv-log": {
"port": 1609,
"connections": 1,
"write_logs_to_disk": false
},
"wtv-home": {
"port": 1612,
"flags": "0x00000010"
},
"wtv-tricks": {
"port": 1602,
"flags": "0x00000004"
},
"wtv-flashrom": {
"port": 1618,
"flags": "0x00000040",
"use_zefie_server": true
},
"wtv-music": {
"port": 1656,
"flags": "0x04",
"connections": 3
},
"wtv-setup": {
"port": 1613,
"flags": "0x00000010",
"connections": 3
},
"wtv-chat": {
"port": 1630,
"connections": 3,
"flags": "0x00000010"
},
"http": {
"port": 1650,
"connections": 3,
"use_external_proxy": false,
"external_proxy_is_socks": false,
"external_proxy_host": "127.0.0.1",
"external_proxy_port": 1080
},
"https": {
"port": 1650,
"connections": 3,
"use_external_proxy": false,
"external_proxy_is_socks": false,
"external_proxy_host": "127.0.0.1",
"external_proxy_port": 1080
}
}
}