Jeff Glenn
Results
1
comments of
Jeff Glenn
You can apply a different configuration file by using Config.ApplyJsonFromPath or Config.ApplyJsonFromFileInfo: `ConfigObject customConfig = Config.ApplyJsonFromFileInfo(new FileInfo(PATH_TO_CONFIG_FILE));` `Config.SetUserConfig(customConfig);` In the case of getting your settings from a URL you would...