Skip to content

Commit 3436909

Browse files
committed
Correct WebApp config.tsx
1 parent 9f43bf0 commit 3436909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/src/config.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const TYPEDB_ADDRESS = "https://bmxh1z-0.cluster.typedb.dev:80";
1+
export const TYPEDB_ADDRESS = "localhost:8000";
22
export const TYPEDB_USERNAME = "admin";
3-
export const TYPEDB_PASSWORD = "ccB8YSPJ32jECEjw";
3+
export const TYPEDB_PASSWORD = "password";
44
export const TYPEDB_DATABASE = "social-network";

0 commit comments

Comments
 (0)