diff -r aefaad270b9b -r 084aae09edf4 server/src/config/corpusparole.php --- 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'),