From 2bdec01a4df1132bbbfa11c87ad8a14f6ebcc452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Sun=CC=83e=CC=81?= Date: Thu, 14 Nov 2024 14:23:13 -0800 Subject: [PATCH] General tweaks/cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- scripts/.env-example | 4 ++-- services/aca-py/Dockerfile.acapy | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/.env-example b/scripts/.env-example index 11f8759a9..71a07b0f1 100644 --- a/scripts/.env-example +++ b/scripts/.env-example @@ -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 diff --git a/services/aca-py/Dockerfile.acapy b/services/aca-py/Dockerfile.acapy index e58035adc..636d68659 100644 --- a/services/aca-py/Dockerfile.acapy +++ b/services/aca-py/Dockerfile.acapy @@ -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