Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Formatting was changed.

...

Code Block
languagebash
titlebootstrap.conf
# bootstrap.conf - This file contains the startup configuration for Archiva
# location of configuration directory
# configuration.path = /usr/local/etc/mailarchiva/ROOT
# location of data directory (e.g. databases, etc.)
# appdata.path = /var/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
# default export directory
# export.path = %appdata%/tempexport
# 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

...