From e724d7fd9e87779874f14b9801b2546b03fb98fd Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 12 May 2022 13:14:41 +0200 Subject: Move Docker/Podman endpoint to application.properties Signed-off-by: Georg Pfuetzenreuter --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fee4153..dae748b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -10,4 +10,5 @@ spring.datasource.driverClassName=org.mariadb.jdbc.Driver spring.datasource.jdbc-url=jdbc:mariadb://${DB_HOST}/${DB} spring.datasource.username=${DB_USER} spring.datasource.password=${DB_SECRET} -db-scheduler.enabled=true \ No newline at end of file +db-scheduler.enabled=true +lysergic.docker.endpoint=${CONTAINER_API} \ No newline at end of file -- cgit v1.2.3