Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions appconfig/settings/rdb.q
Original file line number Diff line number Diff line change
@@ -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
7 changes: 4 additions & 3 deletions appconfig/settings/wdb.q
Original file line number Diff line number Diff line change
@@ -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