tdiesler / nessus-didcomm

Nessus DIDComm is about Digital Identity and Verifiable Credentials
Apache License 2.0
8 stars 1 forks source link

Add support for envar substitution in CLI run scripts #130

Closed tdiesler closed 1 year ago

tdiesler commented 1 year ago
# export NESSUS_PLAYGROUND_HOST=nessus-tech.io
# export NESSUS_USER_HOST=$EXTERNAL_IP

var set --key nessus.playground.url --val=http://${NESSUS_PLAYGROUND_HOST}:9100
var set --key nessus.client.url --val=http://${NESSUS_USER_HOST}:9000
tdiesler commented 1 year ago

Done