From d2497420523dd2313f9f4fd182780008e202e2ff Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Mon, 6 Jul 2026 00:07:42 +0000 Subject: [PATCH] feat(portainer-automation): add portainer configuration properties --- .../src/main/resources/application.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/portainer-automation/src/main/resources/application.properties b/portainer-automation/src/main/resources/application.properties index 4d360de..7374c77 100644 --- a/portainer-automation/src/main/resources/application.properties +++ b/portainer-automation/src/main/resources/application.properties @@ -1 +1,6 @@ server.port=8081 + +portainer.base-url=https://192.168.0.100:9442 +portainer.endpoint-id=1 + +portainer.service.api-key=change-me