41 lines
745 B
Properties
41 lines
745 B
Properties
#
|
|
# All Sigmah code is released under the GNU General Public License v3
|
|
# See COPYRIGHT.txt and LICENSE.txt.
|
|
#
|
|
|
|
|
|
|
|
# --
|
|
# FILES STORAGE
|
|
# --
|
|
|
|
# Root directory name where files are stored.
|
|
files.repository.name=/srv/sigmah/data/files
|
|
|
|
# Root directory name where backup archives are stored.
|
|
archives.repository.name=/srv/sigmah/data/archives/
|
|
|
|
#Maximum size of the uploaded files (bytes)
|
|
files.upload.maxSize=20971520
|
|
|
|
# --
|
|
# MAILS
|
|
# --
|
|
|
|
mail.hostname=host
|
|
mail.port=25
|
|
mail.from.address=admin@example.com
|
|
mail.from.name=Sigmah
|
|
# Authentication (leave empty if no authentication is required).
|
|
mail.auth.username=
|
|
mail.auth.password=
|
|
mail.encoding=UTF-8
|
|
mail.contentType=text/html
|
|
|
|
mail.support.to=admin@example.com
|
|
|
|
# --
|
|
# MAPS API
|
|
# --
|
|
maps.key=
|