File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ For the [full Documentation](https://terminusdb.com/docs/client_api)
50
50
const TerminusClient = require (' @terminusdb/terminusdb-client' );
51
51
52
52
// Create a new instance of terminusDB client
53
- const client = new TerminusClient.WOQLClient (http : // localhost :6363/,{
53
+ const client = new TerminusClient.WOQLClient (" https ://127.0.0.1 :6363/" ,{
54
54
dbid: " test_db" ,
55
55
user: " admin" ,
56
56
key: " my_secret_key"
@@ -93,7 +93,7 @@ To initialize `TerminusDB client` with custom options use
93
93
``` js
94
94
const TerminusClient = require (' @terminusdb/terminusdb-client' )
95
95
96
- const client = new TerminusClient.WOQLClient (" http ://localhost /" , {
96
+ const client = new TerminusClient.WOQLClient (" https ://127.0.0.1:6363 /" , {
97
97
dbid: " test_db" ,
98
98
user: " admin" ,
99
99
key: " my_secret_key"
You can’t perform that action at this time.
0 commit comments