Advertisement
poleweb

nuxeo.conf

Sep 3rd, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. # Configuration file for Nuxeo
  2.  
  3. # See https://doc.nuxeo.com/x/PwA7
  4. # and https://doc.nuxeo.com/x/QQA7
  5. # for detailed information about the settings below
  6.  
  7. # Java ---------------------------------------------------
  8. #JAVA_HOME=/usr/lib/jvm/java-6-sun
  9. #JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
  10. JAVA_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8
  11.  
  12. #Log de connexion LDAP
  13. JAVA_OPTS=$JAVA_OPTS -Dcom.sun.jndi.ldap.connect.pool.debug=all -Djava.util.logging.config.file=conf/logging.properties
  14.  
  15. # Nuxeo launcher -----------------------------------------
  16. #launcher.start.max.wait = 300
  17. #launcher.stop.max.wait = 60
  18. #launcher.override.java.tmpdir = true
  19.  
  20. # Nuxeo layout -------------------------------------------
  21. # Relative paths will be anchored at NUXEO_HOME; here are not default but recommended values
  22. #nuxeo.pid.dir=/var/run
  23.  
  24. # Will regenerate config from these parameters each time the server is restarted
  25. nuxeo.force.generation=true
  26.  
  27. # General parameters
  28. nuxeo.templates=postgresql,/etc/nuxeo/custom,dam,collaboration
  29.  
  30. #org.nuxeo.ecm.product.version=
  31.  
  32. #mailservice.user=
  33. #mailservice.password=
  34. #mail.store.protocol=
  35. #mail.transport.protocol=
  36. #mail.user=
  37. #mail.store.host=
  38. #mail.debug=
  39.  
  40. # OOo server config
  41. #jod.connection.protocol=SOCKET
  42. #jod.max.tasks.per.process=
  43. #jod.task.execution.timeout=
  44. #jod.task.queue.timeout=
  45. #jod.office.home=
  46. #jod.jpipe.lib.path=
  47. #jod.template.profile.dir=
  48.  
  49. # OpenSocial settings
  50. #opensocial.gadgets.embeddedServer=
  51. #opensocial.gadgets.host=
  52. #opensocial.gadgets.port=
  53. #opensocial.gadgets.path=
  54. #opensocial.proxy.proxySet=
  55. #opensocial.proxy.proxyHost=
  56. #opensocial.proxy.proxyPort=
  57. #opensocial.proxy.user=
  58. #opensocial.proxy.password=
  59. #opensocial.trusted.hosts=
  60.  
  61. # Encoding of the zip entries filename
  62. #zip.entry.encoding=ascii
  63.  
  64. # JSF facelets
  65. # When a page is requested, what interval in seconds should the compiler check
  66. # for changes.
  67. # If you don't want the compiler to check for changes once the page is
  68. # compiled, then use a value of -1.
  69. # Setting a low refresh period helps during development to be able to edit
  70. # pages in a running application.
  71. #facelets.REFRESH_PERIOD=2
  72.  
  73. # LiveEdit auto-versioning will minor version if set to minor
  74. #org.nuxeo.ecm.platform.liveedit.autoversioning=minor
  75.  
  76. # Clustering settings
  77. #repository.clustering.enabled=false
  78. #repository.clustering.delay=1000
  79. # If clustering is activated, set repository.binary.store=/path/to/some/shared/folder/for/binaries
  80.  
  81. ## More JVM options ------------------------------------------
  82.  
  83. # DEBUGGING ----------------------------------------------
  84. # Sample JPDA settings for remote socket debugging
  85. #JAVA_OPTS=$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
  86.  
  87. # Sample JPDA settings for shared memory debugging
  88. #JAVA_OPTS=$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss
  89.  
  90. # Enable jconsole
  91. #JAVA_OPTS=$JAVA_OPTS -Dcom.sun.management.jmxremote=true
  92.  
  93. # Log Garbage Collector informations into a file
  94. #JAVA_OPTS=$JAVA_OPTS -Xloggc:${nuxeo.log.dir}/gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps
  95.  
  96. # Enable JMX
  97. #JAVA_OPTS=$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1089 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
  98.  
  99. # Disable soft references
  100. #JAVA_OPTS=$JAVA_OPTS -XX:SoftRefLRUPolicyMSPerMB=0
  101. nuxeo.pid.dir=/var/run/nuxeo
  102. nuxeo.log.dir=/var/log/nuxeo
  103. nuxeo.installer.installeduser=true
  104. nuxeo.installer.installedpg=true
  105. nuxeo.wizard.done=true
  106. jod.office.home=/usr/lib/openoffice
  107. #nuxeo.installer.lastinstalledversion=5.5-01
  108. #nuxeo.installer.useautopg=false
  109. nuxeo.wizard.skippedpages=General
  110.  
  111. #nuxeo.bind.address=0.0.0.0
  112. #nuxeo.server.http.port=8080
  113. #nuxeo.server.ajp.port=0
  114. #nuxeo.server.tomcat_admin.port=56906
  115. #nuxeo.installer.useautopg=false
  116. #nuxeo.installer.lastinstalledversion=5.6-01
  117. #nuxeo.bind.address=0.0.0.0
  118. #nuxeo.server.http.port=8080
  119. #nuxeo.server.ajp.port=0
  120. #nuxeo.server.tomcat_admin.port=56906
  121. #nuxeo.installer.useautopg=false
  122. #nuxeo.installer.lastinstalledversion=5.6-01
  123. #nuxeo.bind.address=0.0.0.0
  124. #nuxeo.server.http.port=8080
  125. #nuxeo.server.ajp.port=0
  126. #nuxeo.server.tomcat_admin.port=56906
  127. #nuxeo.installer.useautopg=false
  128. #nuxeo.installer.lastinstalledversion=5.6-01
  129. #nuxeo.bind.address=0.0.0.0
  130. #nuxeo.server.http.port=8080
  131. #nuxeo.server.ajp.port=0
  132. #nuxeo.server.tomcat_admin.port=56906
  133. #nuxeo.installer.useautopg=false
  134. nuxeo.installer.lastinstalledversion=5.6-04
  135. nuxeo.bind.address=0.0.0.0
  136. nuxeo.server.http.port=8080
  137. nuxeo.server.ajp.port=0
  138. nuxeo.server.tomcat_admin.port=56906
  139. nuxeo.installer.useautopg=false
  140. ### BEGIN - DO NOT EDIT BETWEEN BEGIN AND END ### Mon Sep 03 10:10:49 CEST 2012
  141. #repository.binary.store=/var/lib/nuxeo/data.nfs/binaries-preprod
  142. repository.binary.store=/var/lib/nuxeo/data.nfs/binaries-preprod
  143. #repository.clustering.enabled=true
  144. repository.clustering.enabled=true
  145. #org.nuxeo.dev=
  146. org.nuxeo.dev=false
  147. #nuxeo.http.proxy.host=cachetab
  148. nuxeo.http.proxy.host=cachetab
  149. #nuxeo.http.proxy.type=anonymous
  150. nuxeo.http.proxy.type=anonymous
  151. #mail.store.password=secret
  152. mail.store.password=
  153. #nuxeo.data.dir=/var/lib/nuxeo/data
  154. nuxeo.data.dir=/var/lib/nuxeo/data
  155. #nuxeo.http.proxy.port=8080
  156. nuxeo.http.proxy.port=8080
  157. #org.nuxeo.ecm.product.name=Nuxeo - Montpellier [Test]
  158. org.nuxeo.ecm.product.name=Nuxeo - Montpellier [Test]
  159. #server.status.key=167ef462
  160. server.status.key=167ef462
  161. #org.nuxeo.ecm.instance.description=Nuxeo ECM Montpellier [Test]
  162. org.nuxeo.ecm.instance.description=Nuxeo ECM Montpellier [Test]
  163. ### END - DO NOT EDIT BETWEEN BEGIN AND END ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement