CryptoNAS default configuration:

* fixed broken default values (reported by Stefan)
This commit is contained in:
lars 2009-01-07 00:47:39 +00:00
parent 7be740e01a
commit 54d69c506e
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ RUNAS=cryptobox
PORT=8080
# some more server options (rarely necessary)
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox-server/html"
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox-server/www-data"
# if the CryptoBox keeps complaining about a non-encrypted connection, then
# you can override this warning by uncommenting the following line:

View File

@ -575,8 +575,8 @@ DisabledPlugins = list(default=list())
[Locations]
MountParentDir = directoryExists(default="/var/cache/cryptobox-server/mnt")
SettingsDir = directoryExists(default="/var/cache/cryptobox-server/settings")
TemplateDir = directoryExists(default="/usr/share/cryptobox-server/template")
DocDir = directoryExists(default="/usr/share/doc/cryptobox-server/www-data")
TemplateDir = directoryExists(default="/usr/share/cryptobox-server/templates")
DocDir = directoryExists(default="/usr/share/doc/cryptobox-server/html")
PluginDir = listOfExistingDirectories(default=list("/usr/share/cryptobox-server/plugins"))
EventDir = string(default="/etc/cryptobox-server/events.d")