mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* feat: Add Twelve Data provider for exchange rates and securities * test: fix hosting controller test, linting * fix: add countries gem to handle country codes in Twelve Data provider * fix: allow security search combobox to have no logo * refactor: update Twelve Data provider use time series endpoint * fix: set twelve data as default provider
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
# To enable / disable self-hosting features.
|
|
SELF_HOSTED=false
|
|
|
|
# Enable Synth market data (careful, this will use your API credits)
|
|
SYNTH_API_KEY=yourapikeyhere
|
|
TWELVE_DATA_API_KEY=yourapikeyhere
|