# Docker benchmark database (tulip_test/docker/docker-compose.yaml)
DATABASE_URL=postgres://tulip:tulip@192.168.50.10:5433/stocks
BENCHMARK_DATABASE_URL=postgres://tulip:tulip@192.168.50.10:5433/indicator_benchmark

ENABLE_BENCHMARK_LOGGING=true
BENCHMARK_LOG_TO_DB=1

# TA-Lib installation directory (used by build.rs when --features talib is set).
# Change this if TA-Lib is installed somewhere other than /usr/local/lib.
TALIB_LIB_DIR=/usr/local/lib
