update
This commit is contained in:
parent
423a375fed
commit
b7bdd5a6ba
2 changed files with 48 additions and 16 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# Docker
|
||||
|
||||
change user
|
||||
Build docker image
|
||||
|
||||
$ mvn clean install -Pdocker
|
||||
|
||||
|
||||
change access rights for teh deployments folder
|
||||
|
||||
sudo chown me:me -R deployments/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +1,3 @@
|
|||
|
||||
##############################
|
||||
# Imixs Properties
|
||||
##############################
|
||||
|
||||
setup.mode=auto
|
||||
setup.system.model=system-de-1.1
|
||||
|
||||
# allow duplicated email addresses
|
||||
security.email.unique=false
|
||||
|
||||
# Office Properties
|
||||
BASIC.maxviewentries=10
|
||||
|
||||
|
||||
##############################
|
||||
# Imixs Lucene Plugin
|
||||
##############################
|
||||
|
|
@ -30,6 +15,48 @@ index.fields.noanalyze=type,$UniqueIDRef,$created,$modified,$ModelVersion,namCre
|
|||
index.fields.store=process.name,txtProcessName,txtWorkflowImageURL
|
||||
|
||||
|
||||
##############################
|
||||
# Marty Setup
|
||||
##############################
|
||||
setup.mode=auto
|
||||
setup.system.model=system-de-1.1
|
||||
|
||||
##############################
|
||||
# Marty Login & Profile Properties
|
||||
##############################
|
||||
security.userid.input.mode=LOWERCASE
|
||||
security.email.unique=true
|
||||
|
||||
|
||||
##############################
|
||||
# Mail
|
||||
##############################
|
||||
# mail.defaultSender=info@imixs.com
|
||||
|
||||
|
||||
|
||||
##############################
|
||||
# Imixs Archive
|
||||
##############################
|
||||
snapshot.history=1
|
||||
snapshot.overwriteFileContent=false
|
||||
|
||||
|
||||
##############################
|
||||
# Image reziser
|
||||
##############################
|
||||
image.fileExtension=jpg,gif
|
||||
image.maxWidth=2048
|
||||
|
||||
|
||||
##############################
|
||||
# Office Setup
|
||||
##############################
|
||||
BASIC.maxviewentries=10
|
||||
# Space selector (none, root, all)
|
||||
search.filter.spaces=root
|
||||
dms.search=true
|
||||
|
||||
|
||||
dms.search=true
|
||||
comments.history=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue