Widgets did not work due to blocked port 8181

Made widgets fetch data from port 80
This commit is contained in:
Stefan Verhoeven 2017-04-05 15:38:22 +02:00
parent 13387377c9
commit 94395dfbb0

View File

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