Skip to content

Commit

Permalink
Merge pull request #1433 from bcgov/general-tweaks
Browse files Browse the repository at this point in the history
Remove unused dependencies, general tweaks
  • Loading branch information
esune authored Nov 18, 2024
2 parents 66de6d7 + 2bdec01 commit 693d1b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion plugins/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ aries-askar = { version = "~0.3.2" }
anoncreds= { version = "0.2.0" }
indy-credx = { version = "~1.1.1" }
indy-vdr = { version = "~0.4.1" }
ursa-bbs-signatures = { version = "~1.0.1" }
python3-indy = { version = "^1.11.1" }

[tool.poetry.dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions scripts/.env-example
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ ACAPY_AUTO_PROMOTE_AUTHOR_DID=true

ACAPY_CREATE_REVOCATION_TRANSACTIONS=true

ACAPY_TAILS_SERVER_BASE_URL=https://tails-test.vonx.io
ACAPY_TAILS_SERVER_UPLOAD_URL=https://tails-test.vonx.io
ACAPY_TAILS_SERVER_BASE_URL=https://tails-dev.vonx.io
ACAPY_TAILS_SERVER_UPLOAD_URL=https://tails-dev.vonx.io

ACAPY_NOTIFY_REVOCATION=true
ACAPY_MONITOR_REVOCATION_NOTIFICATION=true
Expand Down
2 changes: 0 additions & 2 deletions services/aca-py/Dockerfile.acapy
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ ADD https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 ./jq
RUN chmod +x ./jq
COPY ngrok-wait.sh ngrok-wait.sh
RUN chmod +x ./ngrok-wait.sh

USER $user

0 comments on commit 693d1b4

Please sign in to comment.