5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-12 22:11:08 +01:00

Initial commit

This commit is contained in:
Anton Micke
2025-02-05 17:42:09 +01:00
commit ee2c9687a4
13 changed files with 579 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
server.port=${PORT:8080}
logging.level.org.atmosphere = warn
spring.mustache.check-template-location = false
# Launch the default browser when starting the application in development mode
vaadin.launch-browser=true