refactor: fix all warnings

This commit is contained in:
thecodrr
2021-07-31 15:27:16 +05:00
parent 6a88a1211c
commit c278de182c
4 changed files with 10 additions and 20 deletions

View File

@@ -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();