File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,11 @@ const TerminusClient = require("@terminusdb/terminusdb-client");
5757
5858// Connect and configure the TerminusClient
5959const client = new TerminusClient.WOQLClient (" https://127.0.0.1:6363/" , {
60- dbid : " banker" ,
60+ db : " banker" ,
6161 user: " admin" ,
6262 key: " root" ,
6363});
64+ // to change the starting settings
6465client .db (" banker" );
6566client .organization (" admin" );
6667
@@ -115,7 +116,7 @@ To initialize `TerminusDB client` with custom options use
115116const TerminusClient = require (" @terminusdb/terminusdb-client" );
116117
117118const client = new TerminusClient.WOQLClient (" https://127.0.0.1:6363/" , {
118- dbid : " test_db" ,
119+ db : " test_db" ,
119120 user: " admin" ,
120121 key: " my_secret_key" ,
121122});
You can’t perform that action at this time.
0 commit comments