Version 1.0.0.1 Launched
OpenAlgo Release Notes
New Features
# OpenAlgo Flask App Version Management
FLASK_APP_VERSION='1.0.0.1'# OpenAlgo Flask App Host and Port Configuration FLASK_HOST_IP='127.0.0.1' # For 0.0.0.0 (accessible from other devices on the network) FLASK_PORT='5000' # Default Port is 5000 FLASK_DEBUG='False'
SMART_ORDER_DELAY = '0.5'Bug Fixes
Last updated