X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=application%2Fconfig%2Fcontent_ingestion.php;h=000a95585b680d7d8a5f5c5709dc2800edb82214;hp=76a6c693694a6434c286f7a1d1199ff400337723;hb=93443dbebf465e060f37cc37c357b845d8153f7b;hpb=141bdb84bf143c29a6c50eef3aee18541d2fc0e4 diff --git a/application/config/content_ingestion.php b/application/config/content_ingestion.php index 76a6c69..000a955 100644 --- a/application/config/content_ingestion.php +++ b/application/config/content_ingestion.php @@ -19,6 +19,7 @@ | */ $config['cis_url'] = 'http://localhost:31500/'; +//$config['cis_url'] = 'http://p2p-next-03.grid.pub.ro:31500/'; /* |-------------------------------------------------------------------------- @@ -88,11 +89,14 @@ $config['thumbs_count'] = 4; /* |-------------------------------------------------------------------------- -| Eliminate Duplicate Resolutions +| Eliminate Duplicate Resolutions (DISABLED) |-------------------------------------------------------------------------- | | Eliminate consecutive formats with the same resolution after processing | them. | +| THIS FEATURE HAS BEEN DISABLED BECAUSE IS CAUSES THE CREATION OF A +| MALFORMED CONTENT INGESTION JSON. +| */ $config['elim_dupl_res'] = TRUE; \ No newline at end of file