Update to latest engine. Add sync-v2. Various fixes.
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ async function main(): Promise<void> {
|
||||
const dataDir = getDataDir();
|
||||
// Create and start the application
|
||||
await App.create({
|
||||
syncServerUrl: process.env["SYNC_SERVER_URL"] ?? "http://localhost:3000",
|
||||
syncServerUrl:
|
||||
process.env["SYNC_SERVER_URL"] ?? "https://v2.sync.xo.harvmaster.com",
|
||||
databasePath: process.env["DB_PATH"] ?? dataDir,
|
||||
databaseFilename: process.env["DB_FILENAME"] ?? "xo-wallet.db",
|
||||
invitationStoragePath:
|
||||
|
||||
Reference in New Issue
Block a user