Erweiterungen

This commit is contained in:
2025-09-13 18:45:57 +02:00
parent 079f10d047
commit f4656cd193
11 changed files with 385 additions and 12 deletions

View File

@@ -1,6 +1,9 @@
server.port=${PORT:8080}
server.address=0.0.0.0
logging.level.org.atmosphere=warn
logging.level.de.assecutor.votianlt=INFO
logging.level.de.assecutor.votianlt.controller.MessageController=DEBUG
logging.level.de.assecutor.votianlt.config.MongoConfig=DEBUG
spring.mustache.check-template-location=false
# Launch the default browser when starting the application in development mode
@@ -14,6 +17,10 @@ spring.jpa.open-in-view=false
# MongoDB
spring.data.mongodb.uri=mongodb://192.168.180.25:27017/votianlt
spring.data.mongodb.auto-index-creation=true
spring.data.mongodb.socket-timeout=30000
spring.data.mongodb.connect-timeout=10000
spring.data.mongodb.server-selection-timeout=5000
# Mail Configuration
mail.smtp.username=no-reply@appcreation.de