Guest User

Untitled

a guest
Sep 24th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1.  
  2. ###############################
  3. ## Common Alfresco Properties #
  4. ###############################
  5.  
  6. dir.root=E:/Alfresco/alf_data
  7.  
  8. alfresco.context=alfresco
  9. alfresco.host=127.0.0.1
  10. alfresco.port=8080
  11. alfresco.protocol=http
  12.  
  13. share.context=share
  14. share.host=127.0.0.1
  15. share.port=8080
  16. share.protocol=http
  17.  
  18. ### database connection properties ###
  19. db.driver=org.postgresql.Driver
  20. db.username=alfresco
  21. db.password=123123
  22. db.name=alfresco
  23. db.url=jdbc:postgresql://localhost:5432/${db.name}
  24.  
  25. ### FTP Server Configuration ###
  26. ftp.enabled=true
  27. ftp.port=21
  28. ftp.ipv6.enabled=false
  29.  
  30. ### RMI service ports ###
  31. alfresco.rmi.services.port=50500
  32. avm.rmi.service.port=0
  33. avmsync.rmi.service.port=0
  34. attribute.rmi.service.port=0
  35. authentication.rmi.service.port=0
  36. repo.rmi.service.port=0
  37. action.rmi.service.port=0
  38. deployment.rmi.service.port=0
  39.  
  40. ### External executable locations ###
  41. ooo.exe=/App/openoffice/program/soffice.exe
  42. ooo.enabled=true
  43. ooo.port=8100
  44. ooo.port=8100
  45. img.root=E:/Alfresco/imagemagick
  46. img.dyn=${img.root}/lib
  47. img.exe=${img.root}/convert
  48. swf.exe=E:/Alfresco/swftools/pdf2swf.exe
  49. jodconverter.enabled=false
  50. jodconverter.officeHome=/App/openoffice
  51. jodconverter.portNumbers=8100
  52.  
  53. ### Initial admin password ###
  54. alfresco_user_store.adminpassword=579110c49145015c47ecd267657d3174
  55.  
  56. ### E-mail site invitation setting ###
  57. notification.email.siteinvite=false
  58.  
  59. ### File Protocol Root ###
  60. protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}
  61.  
  62. ### License location ###
  63. dir.license.external=E:/Alfresco
  64.  
  65. ### Solr indexing ###
  66. index.subsystem.name=solr
  67. dir.keystore=${dir.root}/keystore
  68. solr.port.ssl=8443
  69. authentication.chain=cas:extenal,alfinst:alfrescoNtlm
  70. ### BPM Engine ###
  71. system.workflow.engine.jbpm.enabled=false
Add Comment
Please, Sign In to add comment