How to change path of config file ,m = Map("this file path")

cbi_file path is /etc/config i wanted to change path to etc/ only
m = Map("cbi_file", translate("First Tab Form"), translate("Please fill out the form below"))

i updated uci.lua file but its not working

function get_confdir(self)
return "/etc"
end