#Jwt secret=somerandomsecret #Mongo #spring.data.mongodb.uri=mongodb://localhost:27017/asistvet mongodb.auth.username=test mongodb.auth.password=test mongodb.auth.database=asistvet mongodb.host=mongodb://localhost mongodb.database=asistvet-dev #FileUpload spring.servlet.multipart.max-file-size=25MB spring.servlet.multipart.max-request-size=25MB server.tomcat.max-swallow-size=100MB profilePhotoStorage=/home/cagdas/IdeaProjects/asistvet-backend/upload-dir rootFileLocation=/home/cagdas/IdeaProjects/asistvet-backend/upload-dir attachmentRootPath=https://localhost:8443/files #Mail spring.mail.host=mail.asistvet.com spring.mail.port=587 spring.mail.username=noreply@asistvet.com spring.mail.password=ZZn3tDi4gLpig??EY3SXr4 spring.mail.properties.mail.smtp.auth=true mailEnabled=true #Logging logging.level.root=info logging.level.org.springframework.data.mongodb.core.MongoTemplate=ERROR profilePhotoHeight=128 profilePhotoWidth=128 #Health management.endpoint.health.show-details=always #SSL server.port=8443 server.ssl.key-store=classpath:cert.p12 server.ssl.key-store-password=cf135 # JKS or PKCS12 server.ssl.keyStoreType=PKCS12 #General general.root.url=https://portal.asistvet.com/ #Business business.appointment.earliestAppointmentRequestIncrement=0