## Script (Python) "getConfigParams"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=
##title=
##
"""
return configuration parameters
"""

params = context.waeup_tool.getConfigParams()

return params
