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.

8 lines
276 B

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