From 62fd2ea48aa29ebd48bc5fcb28611e3b3af75c45 Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Mon, 6 Jul 2026 05:01:59 +0000 Subject: [PATCH] 88: Add portainer configuration properties --- portainer-automation/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portainer-automation/src/main/resources/application.properties b/portainer-automation/src/main/resources/application.properties index 4d360de..680422a 100644 --- a/portainer-automation/src/main/resources/application.properties +++ b/portainer-automation/src/main/resources/application.properties @@ -1 +1,4 @@ server.port=8081 +portainer.base-url=https://192.168.0.100:9442 +portainer.endpoint-id=2 +portainer.service.api-key=change-me