Services enabled back to normal

This commit is contained in:
Tomas Bures 2019-01-12 11:53:07 +01:00
parent 6f6258e53b
commit 127900a4d4

View file

@ -84,15 +84,7 @@ dbcheck(err => { // Check if database needs upgrading before starting the server
.then(() => shares.regenerateRoleNamesTable())
.then(() => shares.rebuildPermissions())
/*
.then(() =>
testServer(() => {
senders.spawn(() => {
});
})
);
*/
/* Simplified startup without services - only for debugging the UI and models
.then(() =>
startHTTPServer(AppType.TRUSTED, 'trusted', trustedPort, () =>
startHTTPServer(AppType.SANDBOXED, 'sandbox', sandboxPort, () =>
@ -110,7 +102,8 @@ dbcheck(err => { // Check if database needs upgrading before starting the server
)
)
);
/*
*/
.then(() =>
executor.spawn(() =>
testServer(() =>