diff --git a/appconfig/settings/rdb.q b/appconfig/settings/rdb.q index 9cfc48c..baecc27 100644 --- a/appconfig/settings/rdb.q +++ b/appconfig/settings/rdb.q @@ -1,11 +1,11 @@ -// Bespoke RDB config : Finance Starter Pack +// Bespoke RDB config for TorQ Crypto \d .rdb -hdbdir:hsym`$getenv[`KDBHDB] //the location of the hdb directory -reloadenabled:1b //if true, the RDB will not save when .u.end is called but - //will clear it's data using reload function (called by the WDB) - -hdbtypes:() //connection to HDB not needed +hdbdir:hsym`$getenv[`KDBHDB] // the location of the hdb directory +reloadenabled:1b // if true, the RDB will not save when .u.end is called but + // will clear it's data using reload function (called by the WDB) +tickerplanttypes:`tickerplant // connect to a standard tickerplant (not segemented) +hdbtypes:() // connection to HDB not needed \d .servers -CONNECTIONS:enlist `tickerplant +CONNECTIONS:enlist `tickerplant // connect to tickerplant only diff --git a/appconfig/settings/wdb.q b/appconfig/settings/wdb.q index 99b4327..0f24a8e 100644 --- a/appconfig/settings/wdb.q +++ b/appconfig/settings/wdb.q @@ -1,9 +1,10 @@ -// Bespoke WDB config : Finance Starter Pack +// Bespoke WDB config for TorQ Crypto \d .wdb -savedir:hsym `$getenv[`KDBWDB] // location to save wdb data +savedir:hsym `$getenv[`KDBWDB] // location to save wdb data hdbdir:hsym`$getenv[`KDBHDB] // move wdb database to different location -sortslavetypes:() // WDB doesn't need to connect to sortslaves +sortslavetypes:() // WDB doesn't need to connect to sortslaves +tickerplanttypes:`tickerplant // connect to a standard tickerplant (not segemented) \d .servers CONNECTIONS:`tickerplant`sort`gateway`rdb`hdb