...
- /etc/opt/mailarchiva/ROOT/bootstrap.conf (Linux)
- C:\ProgramData\MailArchiva\ROOT\conf\bootstrap.conf (Windows)
По умолчанию файл bootstrap.conf в основном пуст, так содержит возможные настройки, они закомментированы так как Архива применяются следующие значения по умолчанию.
Code Block | ||||
---|---|---|---|---|
| ||||
appdata# bootstrap.pathconf =- [thisThis pathfile iscontains OSthe dependent] backup.path=%appdata%/backup database.file=%appdata%/database/archiva.db log.level=info configurationstartup configuration for MailArchiva # location of configuration directory # configuration.path = /usr/local/etc/mailarchiva/ROOT # location of data directory (e.g. databases, etc.) # appdata.path = /etcvar/opt/mailarchiva/ROOT # location of queues directories (receive, smtp, etc.) # queue.path = %appdata%/queue # default location of backup directory # backup.path = %appdata%/backup # location of directory containing temporary files # temp.path = %appdata%/temp auditlog# default export directory # export.path = %log%/audit %appdata%/temp # base location of log directory (parent of audit and debug log) # log.path = /var/log/mailarchiva/ROOT # location of debug log directory # debuglog.path = %log%/debug # location of audit log directory # auditlog.path = %log%/audit # location of keystore file # keystore.filepath = %conf%/mailarchivacerts # location of database directory # database.file = %appdata%/database/archiva # log level # log.level = INFO |
Вы можете изменить данный файл, например.
Code Block | ||||
---|---|---|---|---|
| ||||
backup.path=/var/opt/mailarchiva/demo database.file=%appdata%/database/archiva.db log.level=info configuration.path = /etc/opt/mailarchiva/ROOT appdata.path = /var/opt/mailarchiva/ROOT queue.path = /var/opt/mailarchiva/ROOT/queue temp.path = /var/opt/mailarchiva/ROOT/temp auditlog.path = /var/opt/mailarchiva/ROOT/logs/audit debuglog.path = /var/opt/mailarchiva/ROOT/logs/debug |
Note | ||
---|---|---|
| ||
Для переноса данных уже работающей системы необходимо.
|