Skip to content

Commit 1f50179

Browse files
committed
update config reference
1 parent d4b29e2 commit 1f50179

1 file changed

Lines changed: 27 additions & 17 deletions

File tree

Resources/doc/index.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
BazingaGeocoderBundle
22
=====================
33

4-
Integration of the [**Geocoder**](http://github.com/geocoder-php/Geocoder) library
5-
into Symfony2.
4+
Integration of the [**Geocoder**](http://github.com/geocoder-php/Geocoder)
5+
library into Symfony2.
6+
7+
* [Installation](#installation)
8+
* [Usage](#usage)
9+
* [Reference Configuration](#reference-configuration)
10+
* [Testing](#testing)
611

712

813
Installation
914
------------
1015

11-
Require [`willdurand/geocoder-bundle`](https://packagist.org/packages/willdurand/geocoder-bundle)
16+
Require
17+
[`willdurand/geocoder-bundle`](https://packagist.org/packages/willdurand/geocoder-bundle)
1218
to your `composer.json` file:
1319

1420

@@ -232,35 +238,36 @@ You'll find the reference configuration below:
232238
bazinga_geocoder:
233239
fake_ip:
234240
enabled: true
235-
ip: ~
241+
ip: null
236242
priority: 0
237243
adapter:
238-
class: ~
244+
class: null
239245
providers:
240246
bing_maps:
241247
api_key: ~ # Required
242-
locale: ~
248+
locale: null
243249
cache:
244250
adapter: ~ # Required
245251
provider: ~ # Required
246-
locale: ~
252+
locale: null
247253
lifetime: 86400
248254
ip_info_db:
249255
api_key: ~ # Required
250256
cloudmade:
251257
api_key: ~ # Required
252258
google_maps:
253-
locale: ~
254-
region: ~
259+
locale: null
260+
region: null
255261
use_ssl: false
256-
api_key ~
262+
api_key: null
257263
google_maps_business:
258264
client_id: ~ # Required
259-
api_key: ~
260-
region: ~
265+
api_key: null
266+
locale: null
267+
region: null
261268
use_ssl: false
262269
openstreetmap:
263-
locale: ~
270+
locale: null
264271
host_ip: []
265272
geoip: []
266273
free_geo_ip: []
@@ -273,18 +280,21 @@ bazinga_geocoder:
273280
api_key: ~ # Required
274281
data_science_toolkit: []
275282
yandex:
276-
locale: ~
277-
toponym: ~
283+
locale: null
284+
toponym: null
278285
geo_ips:
279-
api_key: ~
286+
api_key: null
280287
geo_plugin: []
281288
maxmind:
282289
api_key: ~ # Required
283290
maxmind_binary:
284291
binary_file: ~ # Required
285-
open_flag: ~
292+
open_flag: null
286293
chain:
287294
providers: []
295+
tom_tom:
296+
api_key: ~ # Required
297+
locale: null
288298
```
289299

290300

0 commit comments

Comments
 (0)