This commit is contained in:
Ralph Soika 2020-11-16 15:22:44 +01:00
parent 423a375fed
commit b7bdd5a6ba
2 changed files with 48 additions and 16 deletions

View file

@ -1,6 +1,11 @@
# Docker # Docker
change user Build docker image
$ mvn clean install -Pdocker
change access rights for teh deployments folder
sudo chown me:me -R deployments/ sudo chown me:me -R deployments/

View file

@ -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 # Imixs Lucene Plugin
############################## ##############################
@ -30,6 +15,48 @@ index.fields.noanalyze=type,$UniqueIDRef,$created,$modified,$ModelVersion,namCre
index.fields.store=process.name,txtProcessName,txtWorkflowImageURL 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 dms.search=true
comments.history=true comments.history=true