Erweiterungen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user