# browser window title !!!
title=BGERP DEMO
# application interface URL !!!
URL=https://bgerp.company.com
# URLs for user and open interfaces, when being proxied through different domains
#url.user={@URL}/user
#url.open={@URL}/open
# update url
#update.url=https://bgerp.org
# email SMTP settings !!!
mail.from.email=bgerp@company.com
mail.from.name={@title}
mail.smtp.host=
mail.smtp.user=
mail.smtp.pswd=
# use SMTP SSL
#mail.transport.protocol=smtps
# overwrite default port: 25 for SMTP, 465 for SMTP SSL
#mail.smtp.port=
# debug SMTP exchange
#mail.debug=1
## PARAM
# format of address param, available variables: index, сity, area, quarter, street, house, flat, room, pod, floor, comment
#address.format=(${street})(, ${house})(, ${floor} floor)(, apt. ${flat})( ${room})( ${comment})( ${index})( ${city})( [${comment}])
# USSR style
#address.format=(${city})(, ${street})(, д. ${house})(, кв. ${flat})( ${room})
# substring search mode for street search instead of prefix-based
#address.street.search.mode=substring
# format for parameter type "phone"
# comma-separated item of parameter value, f.e.: +7 917 444-44-44 [Ivan Petrov]
#param.phone.format=(${number})( [${comment}])
# each ${number} in item is formatted by one of the matching comma-separated formats !!!
# Ufa, Russia
param.phone.format.number=+7 (347) XXX-XX-XX,+7 9XX XXX-XX-XX
# Munich, Germany
#param.phone.format.number=017X XXXXXXX,089 XXXXXXX
# user password rules
#user.password.chars=1234567890qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM
#user.password.length.min=5
#user.password.length.max=10
## CUSTOMER
# semicolon-separated roles (must start from customer) with titles for linking customer to process, f.e.: customer:Customer;customerInformed:Informed Customer
#processCustomerLinkRoles=customer:Контрагент
# minimal substring length for customer search by title
#search.customer.title.min.substring.length=0
# customer description pattern for search results, can contain parameter values, f.e.: (born in ${param:73})(, lives by ${param:12})
#customer.reference.pattern=
## PROCESS
# execution group roles, semicolon-separated list of <id>:<title>, f.e.: 0:Execution;1:Follow
processGroupRoles=0:Выполнение
# process priorities, the list can be reduced or increased
#process.priority.0.color=#FFFFFF
#process.priority.1.color=#FFFFFF
#process.priority.2.color=#9AD78A
#process.priority.3.color=#9AD78A
#process.priority.4.color=#FFF1A4
#process.priority.5.color=#FFF1A4
#process.priority.6.color=#FFBE7E
#process.priority.7.color=#FFBE7E
#process.priority.8.color=#FFBE7E
#process.priority.9.color=#FD7D89
# HTML support in process description and message texts
#text.html=1
## STARTUP
# disable scheduler run
#scheduler.start=0
# enable all plugins by default
#plugin.enable.default=1
# comma separated list of Java classes implementing java.lang.Runnable, running on server start
#runOnStart=
# comma separated list of Java classes, instantiated on server start
#createOnStart=
## HTTP
# maximal size of uploaded file in MB
#file.upload.max.size.mb=3
# timeout of user HTTP session activity, in seconds
#user.session.timeout=300
# remove log/access logs older than days
#log.access.max.days=60
# HTTP header with client IP, when using proxy
#header.name.remote.addr=X-Real-IP
## WEB APP
# disable checking of browser version
#check.browser=0
# disable client-side pooling, might be useful for development
#pooling.enable=0
## DB
# read-only DB usage, no modification there is performed
#db.readonly=1