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.
 
 
 
 
 
 

7 lines
276 B

//var global_config = {
export const ApiConfig = {
'swarmlab_url_80' : 'https://api.swarmlab.io',
'url_80' : 'http://localhost:3080', // webclient
'url_443' : 'https://localhost:3080' // webclient
/* config for swarmlab ide */
};