Module: configSet

(require("configSet"))(cfg)

Updates root config with given key:values
Parameters:
Name Type Description
cfg object {{key:value},{key2:value2}}
Source:
Examples
myPapi.configSet( {{lang:'1033'}} );
myPapi.configSet( { {lang:'1033'} , {orgid:'6'} } );