From 90bfdc47404d771547291d3eb1ef90f07661d08c Mon Sep 17 00:00:00 2001 From: Ignacio Moreno Date: Thu, 2 Oct 2025 10:32:57 -0600 Subject: [PATCH] Allow to add custom ide location url --- compose/.env-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose/.env-template b/compose/.env-template index 502b43d..4082c18 100644 --- a/compose/.env-template +++ b/compose/.env-template @@ -55,3 +55,6 @@ DHPARAM_PEM=dhparam.pem # Enable “to trust all certificates” CT_TRUST_ALL_CERTS=false +# Uncomment and set the following variable to enable custom IDE clients location +# CT_CUSTOM_CLIENTS_ORIGIN= +