Files
Robin Davies dddd6a85d5 CPU Use
2022-01-01 01:28:05 -05:00

30 lines
1.0 KiB
JSON

{
/* One or more directories containing LV2 plugins, seperated by ':' */
"lv2_path": "/usr/lib/lv2:/usr/local/lib/lv2:/usr/modep/lv2",
/* A writable directory in which state files can be stored, preferrably only by the server process. */
"local_storage_path": "/var/pipedal",
/* whether to lock a process pages into memroy. should be true unless running on a very memory constrained system.
Setting to false will cause unpredictable audio dropouts.
*/
"mlock": true,
/* Address on which Piddle listens for websocket connections */
"socketServerAddress": "0.0.0.0:8080",
/* Number of threads to use for servicing websockets */
"threads" : 3,
"logHttpRequests": true,
/* { None=0,Error =1,Warning =2,Info = 3, Debug=4} */
"logLevel": 4,
/* Maximum filesize to allow when uploading */
"maxUploadSize": 1048576,
/* Provide access point capture redirects on this gateway. (not implemented) */
"accessPointGateway": "192.168.0.0/24",
"accessPointServerAddress" : "192.168.0.26:8080"
}