You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
210 B

4 years ago
var old_init = cdb.init;
cdb.init = function() { old_init(); };
cdb.templates.namespace = 'cartodb/';
cdb.config.set({
sql_api_port: 80,
sql_api_domain: 'carto.com',
sql_api_endpoint: '/api/v1/sql'
});