Fix docker packaging after last reng

This commit is contained in:
Claude Brisson
2023-05-14 12:49:17 +02:00
parent cbdf336a1c
commit 9642f1da1a
3 changed files with 6 additions and 23 deletions

View File

@@ -1,15 +0,0 @@
# webapp
webapp.env = dev
webapp.url = http://localhost:8080
# smtp
smtp.sender =
smtp.host =
smtp.port = 587
smtp.user =
smtp.password =
# logging
logger.level = trace
logger.notification = false
# logger.notification = <level>:smtp:<smtp-host>:<smtp-port>:<from-address>:<to-address>