public static function setPath($path)
 {
     self::$path = $path;
 }
function resetServiceConfig()
{
    myServiceConfig::$secondary_config_tables = null;
    myServiceConfig::$path = null;
    myServiceConfig::$strict_mode = null;
    myServiceConfig::$default_config_table = null;
}