CFTunnels/portainer-automation/src/main/resources/application.properties
Dave the Dev 9e960ea7c0
Some checks failed
sample gradle build and test / build (pull_request) Has been cancelled
Hithomelabs/CFTunnels#88: Fix env-var override pattern for portainer.service.api-key
2026-07-06 07:07:22 +00:00

6 lines
192 B
INI

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=${PORTAINER_SERVICE_API_KEY:change-me}