From 620b02c259f39140a60ab0fd23c484b8b1ba81f6 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Tue, 14 Jan 2020 15:04:47 +0100 Subject: [PATCH] Added geocodio config to the README file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1e9bee7..72be30b 100644 --- a/README.md +++ b/README.md @@ -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