cryptonas/debian/cryptobox-server.default
lars 1438913656 renamed python package to cryptobox-server
unittests are working again
http-error handling implemented
2006-11-27 19:25:26 +00:00

17 lines
388 B
Plaintext

# boot configuration file for the CryptoBox
#
# the default state of the cryptobox is disabled
# set to "0" to enable the startup of the cryptobox - otherwise "1"
NO_START=1
# the user that should execute the cryptobox
RUNAS=cryptobox
# listening port
PORT=8080
# some more server options (rarely necessary)
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox-server/html"