Skip to content

Commit

Permalink
General tweaks/cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Nov 14, 2024
1 parent 23d28ed commit 2bdec01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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 2bdec01

Please sign in to comment.