From a69f767417a7451c90c2c84c44d5c03b88bbb2a3 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Wed, 24 Feb 2016 12:02:28 +0100 Subject: [PATCH] README updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ec20f6..1b35d6b 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ Steps to deploy a new Geocoder API version : # select CDB_Conf_SetConf('redis_metrics_config', '{"sentinel_host": "localhost", "sentinel_port": 26379, "sentinel_master_id": "mymaster", "timeout": 0.1, "redis_db": 5}'); # select CDB_Conf_SetConf('heremaps_conf', '{"app_id": "APP_ID", "app_code": "APP_CODE"}'); - # select CDB_Conf_SetConf('user_config', '{"is_organization": false, "entity_name": "geocoder"}') + # select CDB_Conf_SetConf('user_config', '{"is_organization": false, "entity_name": ""}') ``` -- congigure plproxy to point to the same user database (you could do in a different one) +- configure plproxy to point to the same user database (you could do in a different one) ``` select CDB_Conf_SetConf('geocoder_server_config', '{ "connection_str": "host=localhost port=5432 dbname=cartodb_dev_user_accf0647-d942-4e37-b129-8287c117e687_db user=postgres"}');