mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-07-27 16:04:49 +02:00
commented out default test server for better integration with appliance
This commit is contained in:
parent
2d0e8d371a
commit
dd4a40ccab
10
src/xo.js
10
src/xo.js
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user