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

View File

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