From 9e960ea7c0456f70596585d165f582b95302f66a Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Mon, 6 Jul 2026 07:07:22 +0000 Subject: [PATCH] Hithomelabs/CFTunnels#88: Fix env-var override pattern for portainer.service.api-key --- portainer-automation/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer-automation/src/main/resources/application.properties b/portainer-automation/src/main/resources/application.properties index 17827ae..682aa5c 100644 --- a/portainer-automation/src/main/resources/application.properties +++ b/portainer-automation/src/main/resources/application.properties @@ -2,4 +2,4 @@ server.port=8081 portainer.base-url=https://192.168.0.100:9442 portainer.api-key=${PORTAINER_API_KEY:} portainer.endpoint-id=1 -portainer.service.api-key=change-me +portainer.service.api-key=${PORTAINER_SERVICE_API_KEY:change-me}