nuxeo.template.includes=postgresql opentoutatice.target=. ##---------------------------------------------------------------------------- ## States stack ##---------------------------------------------------------------------------- nuxeo.jsf.numberOfViewsInSession=20 nuxeo.jsf.numberOfLogicalViews=20 ##---------------------------------------------------------------------------- ## Datasources ##---------------------------------------------------------------------------- nuxeo.db.embeddedDatasources=true nuxeo.db.xaMode=false nuxeo.db.singleDataSource= nuxeo.db.min-pool-size=5 nuxeo.db.max-pool-size=100 nuxeo.db.blocking-timeout-millis=1000 nuxeo.db.idle-timeout-minutes=5 # Used only from 7.10-HF16 nuxeo.db.validationQuery=SELECT 1 ##---------------------------------------------------------------------------- ## Toutatpad ##---------------------------------------------------------------------------- toutapad.publicServerURL=localhost toutapad.privateServerURL=localhost toutapad.prefixURL=/p/ toutapad.apiKey=83f4ed2cd1859cc4988b4e22de148edc29adc86eec048ab0b41b015ef785590a toutapad.welcomeMessage=Bievenue sur cette note collaborative ! toutapad.synchronizationCron=0 16 * * * ? ##---------------------------------------------------------------------------- ## Simple UI ##---------------------------------------------------------------------------- ottc.metadata.show.nx.bo=true ##----------------------------------------------------------------------------- ## VCS Fulltext ##----------------------------------------------------------------------------- #nuxeo.vcs.fulltext.disabled=false #nuxeo.vcs.fulltext.search.disabled=false ##----------------------------------------------------------------------------- ## Thumbnail ##----------------------------------------------------------------------------- nuxeo.thumbnail.generation.enabled=false ##---------------------------------------------------------------------------- ## News ##---------------------------------------------------------------------------- ottc.news.scan.enabled=false ottc.news.scan.cron=0 0/15 20-4 * * ? ## Values in minutes ottc.news.scan.daily.boundary=240 ottc.news.scan.weekly.boundary=720 ottc.news.scan.error.boundary=120 ## Transaction timeout #ottc.scan.transaction.timeout=900 ottc.news.portal.url=http:///portal/share/ ## Test mode ottc.news.mode.test=false ## Error test mode ottc.scan.error.test.mode=false ## Send mail or not ottc.news.scan.send.mail=true # Filers conditions ottc.news.scan.accept.subscr.test=false ottc.news.scan.accept.none.period.test=false # Daily, weekly and none values in minutes ottc.news.scan.daily.test.gap=15 # Must be > 0 ottc.news.scan.daily.test.boundary=2 ottc.news.scan.weekly.test.gap=30 # Must be > 0 ottc.news.scan.weekly.test.boundary=4 ottc.news.scan.error.test.gap=1 # Must be > 0 ottc.news.scan.error.test.boundary=1 ##---------------------------------------------------------------------------- ## Drive Authentication Tokens cache ##---------------------------------------------------------------------------- ottc.token.cache.ttl=10 ottc.volatile.drive.token.cache.ttl=1 ##---------------------------------------------------------------------------- ## currentlyEditedCache ##---------------------------------------------------------------------------- # duration a cache entry is kept, in minute ottc.currentlyEditedCache.ttl=5 # maximum number of entries the cache may contain ottc.currentlyEditedCache.maxsize=1000 ##---------------------------------------------------------------------------- ## recentlyEditedCache ##---------------------------------------------------------------------------- # duration a cache entry is kept, in minute ottc.recentlyEditedCache.ttl=5 # maximum number of entries the cache may contain ottc.recentlyEditedCache.maxsize=1000 ##---------------------------------------------------------------------------- ## onlyoffice token ##---------------------------------------------------------------------------- # the algorithm used for the token, must match the onlyoffice configuration services.CoAuthoring.token.outbox.algorithm ottc.onlyoffice.token.algorithm.name=HS256 # the secret key used for the token, must match the onlyoffice configuration services.CoAuthoring.secret.outbox.string ottc.onlyoffice.token.algorithm.key=secret # the duration of the token before validity expires, in seconds, defaults to 300 if unset ottc.onlyoffice.token.algorithm.duration=300 # reverse proxy path of onlyoffice ottc.onlyoffice.proxy.path=/onlyoffice ##---------------------------------------------------------------------------- ## File Versioning ##---------------------------------------------------------------------------- # the amount of versions of file documents to keep in the history # -1 to disable ottc.file.versioning.max.kept=5 ##---------------------------------------------------------------------------- ## Drive synchronization (Portal informations) ##---------------------------------------------------------------------------- ottc.portal.drive.sync.enabled=false ##---------------------------------------------------------------------------- ## PDF conversion: soffice user environments pool size ##---------------------------------------------------------------------------- ottc.converter.toutaticeAny2pdf.poolSize=10 # time to wait for the conversion before timeout, in seconds ottc.converter.toutaticeAny2pdf.timeoutDuration=60 ##---------------------------------------------------------------------------- ## Notifications (mail) ##---------------------------------------------------------------------------- nuxeo.notification.eMailSubjectPrefix=[Notification Tribu] ##---------------------------------------------------------------------------- ## Do not notify user if he has not Read permission ##---------------------------------------------------------------------------- notification.check.read.permission=true ##---------------------------------------------------------------------------- ## Tomcat max headerSize ##---------------------------------------------------------------------------- nuxeo.server.http.header.max.size=32768 ##---------------------------------------------------------------------------- ## Metrics ##---------------------------------------------------------------------------- #metrics.csv.enabled=true #metrics.csv.period=10 ## This will create a sub directory metrics-TIMESTAMP #metrics.csv.dir=/var/log/nuxeo #metrics.graphite.enabled=true #metrics.graphite.host=localhost #metrics.graphite.port=2003 #metrics.graphite.period=10 #metrics.tomcat.enabled=true ##---------------------------------------------------------------------------- ## Upload size limit ##---------------------------------------------------------------------------- ottc.widget.filemaxSize=500Mo