Skip to content

Commit

Permalink
Use variable url for triplestore
Browse files Browse the repository at this point in the history
  • Loading branch information
UniMa007 committed Jan 6, 2025
1 parent 1ac42fe commit af233ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -386,19 +386,19 @@ install_node() {
"config": {
"repositories": {
"dkg": {
"url": "http://localhost:9999",
"url": $tripleStoreUrl,
"name": "dkg",
"username": "admin",
"password": ""
},
"privateCurrent": {
"url": "http://localhost:9999",
"url": $tripleStoreUrl,
"name": "private-current",
"username": "admin",
"password": ""
},
"publicCurrent": {
"url": "http://localhost:9999",
"url": $tripleStoreUrl,
"name": "public-current",
"username": "admin",
"password": ""
Expand Down

0 comments on commit af233ee

Please sign in to comment.