#
# Module definition file
#
MODULES_PATH = /usr/local/outpost/modules
# to check circular includes
DOTCONFPPIncludeFile ${PWD}/example2.conf
#
#Logging server store modules
#
#add mysql store backend
db_host = 10.0.1.10
db_user = "outpost"
db_passwd = "123seCreT-=+"
#encrypted log store
RSAPrivateKey = conf/prvkey.dat
hashFunc = MD5
#
# Transport modules
#
#add ssl channel transport
TLSv1Enable #parameter without value
TLSv2Enable Yes
#
# EOF
#