X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=cis%2Fconfig.py;h=f19604ca3c422531436758757a2a90c1b6ae9c3f;hp=094e552e8be4e0fb3a8ee26395d5b429e70fee4f;hb=080b37a97e93691b3ba1c4aa3982a143167115a7;hpb=9d5e17576e133645963b8e41083baf235c5cceba diff --git a/cis/config.py b/cis/config.py index 094e552..f19604c 100644 --- a/cis/config.py +++ b/cis/config.py @@ -23,14 +23,19 @@ WS_TORRENTS_PATH = 'devel/data/torrents' WS_THUMBS_PATH = 'devel/data/thumbs' -# === BITTORRENT CONFIGURATIONS === +# === URLS === #BT_TRACKER = "http://p2p-next-10.grid.pub.ro:6969/announce" +# BitTorrent tracker URL. BT_TRACKER = 'http://p2p-next-10.grid.pub.ro:6969/announce' +# Web server's URL for content ingestion completion. +WS_COMPLETION = 'http://p2p-next-03.grid.pub.ro:8081/cis_completion' +#WS_COMPLETION = 'http://koala.cs.pub.ro/video/cis_completion' +# === CIS PATHS === RAW_VIDEOS_PATH = 'tmp/raw' -MEDIA_PATH = 'tmp/media' THUMBS_PATH = 'tmp/thumbs' +MEDIA_PATH = '/home/p2p/export/p2p-tube/media' # In a distributed file system for multi-CIS. TORRENTS_PATH = '/home/p2p/export/p2p-tube/torrents'