.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SIMUDYNE_API_KEY
secret
SIMUDYNE_SYMBOL
SIMUDYNE_DATE
SIMUDYNE_ALLOWED_DATES
SIMUDYNE_ALLOWED_SYMBOLS
SIMUDYNE_ALLOWED_SCENARIOS
SIMUDYNE_STARTUP_FORCE_REFRESH
SIMUDYNE_STARTUP_BLOCKING_WARMUP
SIMUDYNE_KEEP_RAW_PARQUET
SIMUDYNE_WARMUP_WORKERS
SIMUDYNE_DUCKDB_THREADS
SIMUDYNE_API_TIMEOUT_SEC
SIMUDYNE_API_RETRIES
SIMUDYNE_API_RETRY_BACKOFF_SEC
brew install flyctl && fly launch --from https://github.com/openbb-finance/openbb-simudyne-demo
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/openbb-finance/openbb-simudyne-demo
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/openbb-finance/openbb-simudyne-demo