2014-09-21 19:04:52 -04:00
|
|
|
define({
|
|
|
|
// Used to autoconnect to specific host.
|
|
|
|
// Points to a specific index in the 'hosts' array.
|
|
|
|
// Use -1 to not autoconnect.
|
|
|
|
autoconnect: 0,
|
|
|
|
|
|
|
|
// A collection of hosts to choose from
|
|
|
|
hosts: [
|
|
|
|
{
|
2014-09-23 12:41:59 -04:00
|
|
|
name: 'default',
|
2016-01-03 19:34:16 -05:00
|
|
|
host: 'localhost:8080',
|
2014-09-23 12:41:59 -04:00
|
|
|
path: '/js/cryptalk_modules/settings.js'
|
|
|
|
}/*,
|
|
|
|
{
|
|
|
|
name: 'Example',
|
|
|
|
host: 'http://www.example.com',
|
|
|
|
path: 'http://www.example.com/js/cryptalk_modules/settings.js'
|
|
|
|
}*/
|
2014-09-21 19:04:52 -04:00
|
|
|
]
|
2014-09-22 16:11:13 -04:00
|
|
|
});
|