mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
refactor: fix all warnings
This commit is contained in:
@@ -18,10 +18,16 @@ function initializeDatabase() {
|
||||
// SSE_HOST: "https://events.streetwriters.co",
|
||||
// });
|
||||
|
||||
// db.host({
|
||||
// API_HOST: "http://localhost:5264",
|
||||
// AUTH_HOST: "http://localhost:8264",
|
||||
// SSE_HOST: "http://localhost:7264",
|
||||
// });
|
||||
|
||||
db.host({
|
||||
API_HOST: "http://localhost:5264",
|
||||
AUTH_HOST: "http://localhost:8264",
|
||||
SSE_HOST: "http://localhost:7264",
|
||||
API_HOST: "http://192.168.10.23:5264",
|
||||
AUTH_HOST: "http://192.168.10.23:8264",
|
||||
SSE_HOST: "http://192.168.10.23:7264",
|
||||
});
|
||||
|
||||
await db.init();
|
||||
|
||||
Reference in New Issue
Block a user