X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=cis%2Fconfig.py;fp=cis%2Fconfig.py;h=ba529d97d0945cd4b186946248fab9b3320218e9;hp=adb5ed0aa4586dd758fc9e1ebdc9dff7abab7eef;hb=93443dbebf465e060f37cc37c357b845d8153f7b;hpb=141bdb84bf143c29a6c50eef3aee18541d2fc0e4 diff --git a/cis/config.py b/cis/config.py index adb5ed0..ba529d9 100644 --- a/cis/config.py +++ b/cis/config.py @@ -33,8 +33,10 @@ WS_THUMBS_PATH = 'devel/data/thumbs' BT_TRACKER = 'http://p2p-next-10.grid.pub.ro:6969/announce' # Web server's URL for content ingestion completion. P2P-Tube uses # http:///video/cis_completion . -#WS_COMPLETION = 'http://p2p-next-03.grid.pub.ro:8081/cis_completion' WS_COMPLETION = 'http://p2p-next.cs.pub.ro/devel/video/cis_completion' +# Web server's URL for content ingestion errors. P2P-Tube uses +# http:///video/cis_error . +WS_ERROR = 'http://p2p-next.cs.pub.ro/devel/video/cis_error' # === CIS PATHS ===