View packaging in progress

This commit is contained in:
Claude Brisson
2023-06-12 19:58:03 +02:00
parent 453d6d6570
commit 82bb0115ae
64 changed files with 81333 additions and 119 deletions

View File

@@ -0,0 +1,19 @@
# webapp
env = dev
webapp.url = https://localhost:8080
api.url = https://localhost:8085/api
# store
store = file
store.file.path = tournamentfiles
# smtp
smtp.sender =
smtp.host =
smtp.port = 587
smtp.user =
smtp.password =
# logging
logger.level = trace
logger.format = [%level] %ip [%logger] %message