- make most ROMCache URLS relative - create wtvshared.htmlEntitize function - update wtv-mail:/readmail to use wtvshared.htmlEntitize
134 lines
3.2 KiB
JSON
134 lines
3.2 KiB
JSON
{
|
|
"config": {
|
|
"service_ip": "127.0.0.1",
|
|
"ServiceVaults": [
|
|
"UserServiceVault",
|
|
"ServiceVault"
|
|
],
|
|
"SessionStore": "SessionStore",
|
|
"SharedROMCache": "SharedROMCache",
|
|
"enable_shared_romcache": true,
|
|
"service_owner": "a minisrv user",
|
|
"service_owner_account": "minisrvuser",
|
|
"service_owner_contact": "someone",
|
|
"service_owner_contact_method": "something",
|
|
"service_name": "WebTV",
|
|
"service_logo": "WebTVLogoJewel.gif",
|
|
"service_splash_logo": "file://ROM/images/SplashLogo1.gif",
|
|
"hide_ssid_in_logs": true,
|
|
"post_percentages": [ 0, 25, 50, 100 ],
|
|
"verbosity": 2,
|
|
"socket_timeout": 86400,
|
|
"post_data_socket_timeout": 30,
|
|
"error_log_file": "errors.log",
|
|
"catchall_file_name": "catchall.js",
|
|
"hide_incomplete_features": true,
|
|
"enable_lzpf_compression": true,
|
|
"enable_gzip_compression": true,
|
|
"pc_server_hidden_service": "http_pc",
|
|
"pc_server_hidden_service_enabled": false,
|
|
"show_detailed_splash": true,
|
|
"show_diskmap": false,
|
|
"unauthorized_url": "wtv-1800:/unauthorized?",
|
|
"allow_guests": true,
|
|
"domain_name": "wtv.zefie.com",
|
|
"user_accounts": {
|
|
"max_users_per_account": 6,
|
|
"min_username_length": 5,
|
|
"max_username_length": 18
|
|
},
|
|
"passwords": {
|
|
"enabled": true,
|
|
"min_length": 5,
|
|
"max_length": 32,
|
|
"form_size": 16
|
|
}
|
|
},
|
|
"services": {
|
|
"wtv-head-waiter": {
|
|
"port": 1601,
|
|
"connections": 1
|
|
},
|
|
"wtv-tricks": {
|
|
"port": 1602,
|
|
"flags": "0x00000004"
|
|
},
|
|
"wtv-star": {
|
|
"port": 1603,
|
|
"flags": "0x00000007"
|
|
},
|
|
"wtv-register": {
|
|
"port": 1607
|
|
},
|
|
"wtv-log": {
|
|
"port": 1609,
|
|
"connections": 1,
|
|
"write_logs_to_disk": false
|
|
},
|
|
"wtv-home": {
|
|
"port": 1612
|
|
},
|
|
"wtv-1800": {
|
|
"port": 1615,
|
|
"connections": 1,
|
|
"flags": "0x00000004",
|
|
"send_tellyscripts": false
|
|
},
|
|
"wtv-flashrom": {
|
|
"port": 1618,
|
|
"flags": "0x00000040",
|
|
"debug": false,
|
|
"use_zefie_server": true,
|
|
"bf0app_default_rom": "content/artemis-webtv-000/build7588/daily-nondebug/bf0app-part000.rom",
|
|
"catchall_file_name": "content-serve.js"
|
|
},
|
|
"wtv-setup": {
|
|
"port": 1613,
|
|
"flags": "0x00000010",
|
|
"connections": 3
|
|
},
|
|
"wtv-music": {
|
|
"port": 1656,
|
|
"connections": 3
|
|
},
|
|
"wtv-cookie": {
|
|
"port": 1619,
|
|
"connections": 1
|
|
},
|
|
"wtv-chat": {
|
|
"port": 1630,
|
|
"connections": 3
|
|
},
|
|
"wtv-disk": {
|
|
"port": 1635,
|
|
"connections": 3
|
|
},
|
|
"wtv-mail": {
|
|
"port": 1608,
|
|
"connections": 3
|
|
},
|
|
"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,
|
|
"flags": "0x00000001"
|
|
},
|
|
"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,
|
|
"flags": "0x00000001"
|
|
},
|
|
"wtv-guide": {
|
|
"port": 1621,
|
|
"connections": 3
|
|
}
|
|
}
|
|
}
|