Added geocodio config to the README file

This commit is contained in:
antoniocarlon
2020-01-14 15:04:47 +01:00
parent 9558df2095
commit 620b02c259

View File

@@ -180,6 +180,15 @@ SELECT CDB_Conf_SetConf(
);
```
#### Geocod.io configuration
```sql
SELECT CDB_Conf_SetConf(
'geocodio_conf',
'{"geocoder": {"api_keys": ["your_api_key"], "monthly_quota": 999999}}'
);
```
#### Data Observatory
```sql