#
# -*- coding: utf-8 -*-

# --------------------------------------------------------------------------------
#
# CONFIGTOOL SETTINGS TO BE CHANGED BY USERS
#
# --------------------------------------------------------------------------------

# the password used for login to the configtool
adminpassword     = r'ACDC'

# absolute path to the graphviz dot (dot.exe) binary. Make it None if its not installed.
graphviz_dot     = r'/usr/local/bin/dot'



# --------------------------------------------------------------------------------
#
# SHOULD NOT BE CHANGED
#
# --------------------------------------------------------------------------------

# configtool look
skin			= 'default'

# html strings
dbConnectionStatusGood  = '<span class="OK">OK</span>'
dbConnectionStatusBad   = '<span class="warning">No Connection</span>'

# item lists
dbAttrDataTypesHash	= {'text':'text','integer':'int','float':'float','date':'date'}

tmpCmfPickleSuffix	= '_tmp_CfgTool.pick'
