API docker packaging

This commit is contained in:
Claude Brisson
2023-05-11 16:37:26 +02:00
parent 7d246ee0a0
commit a38b504784
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# 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>