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, |