|
@@ -41,6 +41,7 @@ proc getConfig*(path: string): (Config, parseCfg.Config) =
|
|
|
enableDebug: cfg.get("Config", "enableDebug", false),
|
|
enableDebug: cfg.get("Config", "enableDebug", false),
|
|
|
proxy: cfg.get("Config", "proxy", ""),
|
|
proxy: cfg.get("Config", "proxy", ""),
|
|
|
proxyAuth: cfg.get("Config", "proxyAuth", ""),
|
|
proxyAuth: cfg.get("Config", "proxyAuth", ""),
|
|
|
|
|
+ apiProxy: cfg.get("Config", "apiProxy", ""),
|
|
|
disableTid: cfg.get("Config", "disableTid", false)
|
|
disableTid: cfg.get("Config", "disableTid", false)
|
|
|
)
|
|
)
|
|
|
|
|
|