Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. # ===============================
  2. # = DATA SOURCE
  3. # ===============================
  4. # Set here configurations for the database connection
  5. # Connection url for the database
  6. spring.datasource.url=jdbc:postgresql://85.89.165.17:5432/eaudyt
  7. # Username and password
  8. spring.datasource.username=postgres
  9. spring.datasource.password=mala1wies
  10.  
  11. #Server port
  12. server.port=9090
  13.  
  14. file.encoding=Cp1250
  15.  
  16. dotpay.redirect=http://85.89.165.17:4200/client/surveys
  17. dotpay.urlc=http://85.89.165.17:9090/dotpay/activate
  18.  
  19. report.dir=D:/Work/EAudytGit/e-audyt/src/main/resources/doc-template
  20. gusEndPoint=https://wyszukiwarkaregontest.stat.gov.pl/wsBIR/wsdl/UslugaBIRzewnPubl.xsd
  21.  
  22. #smtp.username=eaudyttest@gmail.com
  23. #smtp.password=homecenter
  24. #smtp.auth=true
  25. #smtp.starttls.enable=true
  26. #smtp.host=smtp.gmail.com
  27. #smtp.port=587
  28. #smtp.ssl.trust=smtp.gmail.com
  29.  
  30. smtp.username=eportal@immusec.com
  31. smtp.password=Ws304Vb!#*107GaL
  32. smtp.auth=true
  33. smtp.starttls.enable=true
  34. smtp.host=smtp.office365.com
  35. smtp.port=587
  36. smtp.ssl.trust=smtp.office365.com
  37. smtp.from=eportal@immusec.com
  38.  
  39. app.address=APPLICATION_ADDRESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement