mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* Remove Synth Finance integration * Linter noise * Fix failing (old) test, use it for Twelve Data --------- Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
18 lines
438 B
Plaintext
18 lines
438 B
Plaintext
SELF_HOSTED=false
|
|
|
|
# ================
|
|
# Data Providers
|
|
# ---------------------------------------------------------------------------------
|
|
# Uncomment and fill in live keys when you need to generate a VCR cassette fixture
|
|
# ================
|
|
|
|
|
|
# ================
|
|
# Miscellaneous
|
|
# ================
|
|
|
|
# Set to true if you want SimpleCov reports generated
|
|
COVERAGE=false
|
|
|
|
# Set to true to run test suite serially
|
|
DISABLE_PARALLELIZATION=false |