|
|
@ -13,8 +13,6 @@ export const ghostfolioFearAndGreedIndexSymbol = `${ghostfolioScraperApiSymbolPr |
|
|
export const ghostfolioFearAndGreedIndexSymbolCryptocurrencies = `${ghostfolioPrefix}_FEAR_AND_GREED_INDEX_CRYPTOCURRENCIES`; |
|
|
export const ghostfolioFearAndGreedIndexSymbolCryptocurrencies = `${ghostfolioPrefix}_FEAR_AND_GREED_INDEX_CRYPTOCURRENCIES`; |
|
|
export const ghostfolioFearAndGreedIndexSymbolStocks = `${ghostfolioPrefix}_FEAR_AND_GREED_INDEX_STOCKS`; |
|
|
export const ghostfolioFearAndGreedIndexSymbolStocks = `${ghostfolioPrefix}_FEAR_AND_GREED_INDEX_STOCKS`; |
|
|
|
|
|
|
|
|
export const locale = 'en-US'; |
|
|
|
|
|
|
|
|
|
|
|
export const primaryColorHex = '#36cfcc'; |
|
|
export const primaryColorHex = '#36cfcc'; |
|
|
export const primaryColorRgb = { |
|
|
export const primaryColorRgb = { |
|
|
r: 54, |
|
|
r: 54, |
|
|
@ -85,6 +83,7 @@ export const DEFAULT_DATE_FORMAT_MONTH_YEAR = 'MMM yyyy'; |
|
|
export const DEFAULT_DATE_RANGE: DateRange = 'max'; |
|
|
export const DEFAULT_DATE_RANGE: DateRange = 'max'; |
|
|
export const DEFAULT_HOST = '0.0.0.0'; |
|
|
export const DEFAULT_HOST = '0.0.0.0'; |
|
|
export const DEFAULT_LANGUAGE_CODE = 'en'; |
|
|
export const DEFAULT_LANGUAGE_CODE = 'en'; |
|
|
|
|
|
export const DEFAULT_LOCALE = 'en-US'; |
|
|
export const DEFAULT_PAGE_SIZE = 50; |
|
|
export const DEFAULT_PAGE_SIZE = 50; |
|
|
export const DEFAULT_PORT = 3333; |
|
|
export const DEFAULT_PORT = 3333; |
|
|
export const DEFAULT_PROCESSOR_GATHER_ASSET_PROFILE_CONCURRENCY = 1; |
|
|
export const DEFAULT_PROCESSOR_GATHER_ASSET_PROFILE_CONCURRENCY = 1; |
|
|
|