We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb5fb8 commit 81b4b14Copy full SHA for 81b4b14
run-issuer.sh
@@ -15,4 +15,5 @@ export SERVICE_URL="https://${HOST}:5000/"
15
export EIDAS_NODE_URL="https://TODO1/"
16
export DYNAMIC_PRESENTATION_URL="https://TODO2/"
17
18
+echo "Running in branch: "$(git rev-parse --abbrev-ref HEAD)
19
flask --app app run --cert=cert.pem --key=key.pem --host="$HOST"
0 commit comments