|
|
@ -39,7 +39,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
// Local path to save segments to. Full path must already exist. Cannot contain ':'.
|
|
|
|
// Local path to save segments to. Full path must already exist. Cannot contain ':'.
|
|
|
|
// On OSX you need to change this to /private/var/lib/wubloader
|
|
|
|
// On OSX you need to change this to /private/var/lib/wubloader
|
|
|
|
segments_path:: "/var/lib/wubloader/",
|
|
|
|
segments_path:: "/srv/wubloader/",
|
|
|
|
|
|
|
|
|
|
|
|
// Local path to save database to. Full path must already exist. Cannot
|
|
|
|
// Local path to save database to. Full path must already exist. Cannot
|
|
|
|
// contain ':'. If this directory is non-empty, the database will start with
|
|
|
|
// contain ':'. If this directory is non-empty, the database will start with
|
|
|
@ -59,7 +59,7 @@
|
|
|
|
sheetsync: 8005,
|
|
|
|
sheetsync: 8005,
|
|
|
|
segment_coverage: 8006,
|
|
|
|
segment_coverage: 8006,
|
|
|
|
playlist_manager: 8007,
|
|
|
|
playlist_manager: 8007,
|
|
|
|
nginx: 80,
|
|
|
|
nginx: 8080,
|
|
|
|
nginx_ssl: 443,
|
|
|
|
nginx_ssl: 443,
|
|
|
|
postgres: 5432,
|
|
|
|
postgres: 5432,
|
|
|
|
},
|
|
|
|
},
|
|
|
|