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: []