Files
pairgoth/view-webapp/src/main/webapp/WEB-INF/pairgoth.default.properties
2023-06-12 19:58:03 +02:00

20 lines
310 B
Properties

# 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