You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
442 B
18 lines
442 B
|
|
module.exports = { |
|
isProduction: true, |
|
autoSaveDebounceDurationMs: 5000, |
|
keyPrefixMeta: '01:', |
|
keyPrefixAccounts: '02:', |
|
keyPrefixCategories: '03:', |
|
keyPrefixTxById: '07:', |
|
keyPrefixAggregations: '08:', |
|
keyPrefixReports: '0a:', |
|
|
|
keyPrefixStartOfSourceOfTruth: '00:', |
|
keyPrefixEndOfSourceOfTruth: '60:', |
|
|
|
keyPrefixTxIdByDate: '61:', |
|
keyPrefixTxIdByAccountOrCategory: '62:', |
|
keyPrefixTxCategorySearchIndex: '63:', |
|
}; |