Facebook
From kaan, 6 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 304
  1. #Jwt
  2. secret=somerandomsecret
  3. #Mongo
  4. #spring.data.mongodb.uri=mongodb://localhost:27017/asistvet
  5. mongodb.auth.username=test
  6. mongodb.auth.password=test
  7. mongodb.auth.database=asistvet
  8. mongodb.host=mongodb://localhost
  9. mongodb.database=asistvet-dev
  10. #FileUpload
  11. spring.servlet.multipart.max-file-size=25MB
  12. spring.servlet.multipart.max-request-size=25MB
  13. server.tomcat.max-swallow-size=100MB
  14. profilePhotoStorage=/home/cagdas/IdeaProjects/asistvet-backend/upload-dir
  15. rootFileLocation=/home/cagdas/IdeaProjects/asistvet-backend/upload-dir
  16. attachmentRootPath=https://localhost:8443/files
  17. #Mail
  18. spring.mail.host=mail.asistvet.com
  19. spring.mail.port=587
  20. spring.mail.password=ZZn3tDi4gLpig??EY3SXr4
  21. spring.mail.properties.mail.smtp.auth=true
  22. mailEnabled=true
  23. #Logging
  24. logging.level.root=info
  25. logging.level.org.springframework.data.mongodb.core.MongoTemplate=ERROR
  26. profilePhotoHeight=128
  27. profilePhotoWidth=128
  28. #Health
  29. management.endpoint.health.show-details=always
  30. #SSL
  31. server.port=8443
  32. server.ssl.key-store=classpath:cert.p12
  33. server.ssl.key-store-password=cf135
  34. # JKS or PKCS12
  35. server.ssl.keyStoreType=PKCS12
  36. #General
  37. general.root.url=https://portal.asistvet.com/
  38. #Business
  39. business.appointment.earliestAppointmentRequestIncrement=0