server/src/config/corpusparole.php
changeset 133 821253d361d1
parent 122 b37fde30dd4a
child 139 8d688175513a
--- a/server/src/config/corpusparole.php	Thu Feb 25 12:24:30 2016 +0100
+++ b/server/src/config/corpusparole.php	Thu Feb 25 21:26:15 2016 +0100
@@ -86,11 +86,19 @@
 
     'viaf_base_url' => 'http://viaf.org/viaf/',
     'viaf_cache_expiration' => 60*24*30,
+    'viaf_max_ids' => 500,
 
     'lexvo_base_url' => 'http://lexvo.org/id/iso639-3/',
     'lexvo_cache_expiration' => 60*24*30,
+    'lexvo_max_ids' => 500,
     'lexvo_sesame_query_url' => $sesameBaseUrl.'repositories/'.env('CORPUSPAROLE_SESAME_LEXVO_REPOSITORY'),
 
+    'bnf_base_url' => 'http://data.bnf.fr/',
+    'bnf_ark_base_url' => 'http://ark.bnf.fr/',
+    'bnf_cache_expiration' => 60*24*30,
+    'bnf_max_ids' => 500,
+    'bnf_query_url' => 'http://data.bnf.fr/sparql',
+
     'bo_client_environment' => [
         "modulePrefix" => "bo-client",
         "podModulePrefix" => "bo-client/pods",