forked from EpicGames/PixelStreamingInfrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 732 Bytes
/
Copy pathconfig.json
File metadata and controls
28 lines (28 loc) · 732 Bytes
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
{
"log_folder": "logs",
"log_level_console": "info",
"log_level_file": "info",
"streamer_port": "8888",
"player_port": "80",
"sfu_port": "8889",
"serve": true,
"http_root": "D:\\PixelStreamingInfrastructure\\SignallingWebServer\\www",
"homepage": "player.html",
"https": false,
"https_port": 443,
"ssl_key_path": "certificates/client-key.pem",
"ssl_cert_path": "certificates/client-cert.pem",
"https_redirect": true,
"rest_api": false,
"cors": false,
"cors_allowed_origins": "",
"cors_allowed_methods": "",
"cors_allowed_headers": "",
"cors_credentials": false,
"reverse_proxy": false,
"reverse_proxy_num_proxies": 1,
"peer_options": "",
"log_config": true,
"stdin": false,
"console_messages": "verbose"
}