server/src/config/corpusparole.php
changeset 322 084aae09edf4
parent 321 aefaad270b9b
child 323 47f0611cc57d
--- a/server/src/config/corpusparole.php	Wed Oct 05 02:31:25 2016 +0200
+++ b/server/src/config/corpusparole.php	Thu Oct 06 11:14:32 2016 +0200
@@ -112,7 +112,10 @@
     'viaf_cache_expiration' => 60*24*30,
     'viaf_max_ids' => 500,
 
+    'theme_default_limit' => 40,
+
     'lexvo_base_url' => 'http://lexvo.org/id/iso639-3/',
+    'lexvo_url_regexp' => '/http[s]?\:\/\/lexvo\.org\/iso639\-3\/([[:alpha:]]{3})\/?/',
     'lexvo_cache_expiration' => 60*24*30,
     'lexvo_max_ids' => 50,
     'lexvo_sesame_query_url' => $sesameBaseUrl.'repositories/'.env('CORPUSPAROLE_SESAME_LEXVO_REPOSITORY'),