Add missing properties file

This commit is contained in:
Claude Brisson
2023-05-23 19:07:23 +02:00
parent 728ed482f9
commit 6937ee091b

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>