From 6937ee091bba119199c16684e7c6184d321162ef Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Tue, 23 May 2023 19:07:23 +0200 Subject: [PATCH] Add missing properties file --- pairgoth.properties.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pairgoth.properties.example diff --git a/pairgoth.properties.example b/pairgoth.properties.example new file mode 100644 index 0000000..e5549de --- /dev/null +++ b/pairgoth.properties.example @@ -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 = :smtp::::