diff options
author | Georg Pfuetzenreuter | 2022-05-12 13:14:41 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-12 13:14:41 +0200 |
commit | e724d7fd9e87779874f14b9801b2546b03fb98fd (patch) | |
tree | bfccf95126ce0f1ba0cedcc08e2f565f41c3de2a /src/main/resources/application.properties | |
parent | ddce3598126cc9f80b73d5ed64586d6aef385a47 (diff) | |
download | pubsh-web-e724d7fd9e87779874f14b9801b2546b03fb98fd.tar.gz pubsh-web-e724d7fd9e87779874f14b9801b2546b03fb98fd.tar.bz2 pubsh-web-e724d7fd9e87779874f14b9801b2546b03fb98fd.zip |
Move Docker/Podman endpoint to application.properties
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
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 |