server/src/config/corpusparole.php
changeset 314 f5690d918358
parent 308 e032d686d88e
child 320 0fce13da58af
equal deleted inserted replaced
313:706f10bcdc3c 314:f5690d918358
   122     'bnf_cache_expiration' => 60*24*30,
   122     'bnf_cache_expiration' => 60*24*30,
   123     'bnf_max_ids' => 5,
   123     'bnf_max_ids' => 5,
   124     'bnf_query_url' => 'http://data.bnf.fr/sparql',
   124     'bnf_query_url' => 'http://data.bnf.fr/sparql',
   125     'bnf_completion_url' => 'http://data.bnf.fr/search-letter/',
   125     'bnf_completion_url' => 'http://data.bnf.fr/search-letter/',
   126 
   126 
       
   127     'geonames_base_url' => 'http://sws.geonames.org/',
       
   128     'geonames_url_regexp' => '/http[s]?\:\/\/(?:sws|www)\.geonames\.org\/(\d+)\/?/',
       
   129     'geonames_cache_expiration' => 60*24*30,
       
   130     'geonames_max_ids' => 500,
       
   131     'geonames_hierarchy_webservice_url' => 'http://api.geonames.org/hierarchyJSON',
       
   132     'geonames_username' => env('GEONAMES_USERNAME'),
       
   133 
   127     'bo_client_environment' => [
   134     'bo_client_environment' => [
   128         "modulePrefix" => "bo-client",
   135         "modulePrefix" => "bo-client",
   129         "podModulePrefix" => "bo-client/pods",
   136         "podModulePrefix" => "bo-client/pods",
   130         "environment" => "production",
   137         "environment" => "production",
   131         "baseURL" => $baseUrl,
   138         "baseURL" => $baseUrl,