From 94395dfbb0935ef507e56859a09f07350c35a1a3 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Wed, 5 Apr 2017 15:38:22 +0200 Subject: [PATCH] Widgets did not work due to blocked port 8181 Made widgets fetch data from port 80 --- config/app_config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/app_config.yml b/config/app_config.yml index 151b1fc..90a41df 100644 --- a/config/app_config.yml +++ b/config/app_config.yml @@ -29,8 +29,7 @@ defaults: &defaults internal: protocol: 'http' domain: 'cartodb.localhost' - port: '8181' - host: '127.0.0.1' + port: '80' verifycert: false private: protocol: 'http' @@ -256,10 +255,10 @@ defaults: &defaults debug: false visible: true tiler_domain: "cartodb.localhost" - tiler_port: "8181" + tiler_port: "80" tiler_protocol: "http" sql_domain: "cartodb.localhost" - sql_port: "8080" + sql_port: "80" sql_protocol: "http" extra_params: { cache_policy: 'persist' } tile_style_history: []