From a38b50478430128ce57b7de01335fcfacd209f66 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Thu, 11 May 2023 16:37:26 +0200 Subject: [PATCH] API docker packaging --- docker/.gitignore | 1 + docker/pairgoth.properties.example | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docker/.gitignore create mode 100644 docker/pairgoth.properties.example diff --git a/docker/.gitignore b/docker/.gitignore new file mode 100644 index 0000000..5eaeffa --- /dev/null +++ b/docker/.gitignore @@ -0,0 +1 @@ +pairgoth.properties diff --git a/docker/pairgoth.properties.example b/docker/pairgoth.properties.example new file mode 100644 index 0000000..e5549de --- /dev/null +++ b/docker/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::::