2017-12-04 21:08:04 +01:00
|
|
|
#
|
|
|
|
# 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.
|
2018-01-26 21:25:03 +01:00
|
|
|
files.repository.name=/srv/sigmah/data/files
|
2017-12-04 21:08:04 +01:00
|
|
|
|
|
|
|
# Root directory name where backup archives are stored.
|
2018-01-26 21:25:03 +01:00
|
|
|
archives.repository.name=/srv/sigmah/data/archives/
|
2017-12-04 21:08:04 +01:00
|
|
|
|
|
|
|
#Maximum size of the uploaded files (bytes)
|
|
|
|
files.upload.maxSize=20971520
|
|
|
|
|
|
|
|
# --
|
|
|
|
# MAILS
|
|
|
|
# --
|
|
|
|
|
2018-09-14 11:24:04 +02:00
|
|
|
mail.hostname=host
|
2018-02-03 15:17:11 +01:00
|
|
|
mail.port=25
|
2018-08-02 10:41:40 +02:00
|
|
|
mail.from.address=admin@example.com
|
2017-12-04 21:08:04 +01:00
|
|
|
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
|
|
|
|
|
2018-08-02 10:41:40 +02:00
|
|
|
mail.support.to=admin@example.com
|
2017-12-04 21:08:04 +01:00
|
|
|
|
|
|
|
# --
|
|
|
|
# MAPS API
|
|
|
|
# --
|
2018-08-02 10:41:40 +02:00
|
|
|
maps.key=
|