Advertisement
Guest User

Untitled

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