commented out default test server for better integration with appliance

This commit is contained in:
Olivier Lambert 2013-08-14 16:21:54 +01:00
parent 2d0e8d371a
commit dd4a40ccab
1 changed files with 5 additions and 5 deletions

View File

@ -573,11 +573,11 @@ function Xo()
// -------------------------------------
// Temporary data for testing purposes.
xo.servers.add([{
'host': '192.168.1.116',
'username': 'root',
'password': 'qwerty',
}]).done();
//xo.servers.add([{
// 'host': '192.168.1.116',
// 'username': 'root',
// 'password': 'qwerty',
//}]).done();
xo.users.add([{
'email': 'bob@gmail.com',
'pw_hash': '$2a$10$PsSOXflmnNMEOd0I5ohJQ.cLty0R29koYydD0FBKO9Rb7.jvCelZq',