Les variables d'environnement d'OctoBot
info
La traduction française de cette page est en cours.
Installation des Tentacles
TENTACLES_URL_TAG overrides the default OctoBot version tag for
tentacles package installation. Some additional tags are available :
- latest : to install the latest published tentacles (usually requires an up-to-date
devbranch on OctoBot to work) - tests/XXX : for OctoBot-Tentacles-Manager tests
Interface Web
WEB_ADDRESSoverrides the host IP address, can be set to0.0.0.0to accept all incoming connections.WEB_PORToverrides the default web port (5001).
Plateformes d'échange
DEFAULT_REQUEST_TIMEOUT: Exchanges requests timeout in milliseconds. Can be increased if your internet connection is very slow. Default value is20000.ENABLE_CCXT_VERBOSE: Set toTrueto log each ccxt exchange request. Default isFalse.ENABLE_CCXT_RATE_LIMIT: Set toFalseto disable ccxt rate limit. This will make each exchange request to be instantly emitted. Be careful as this can lead to an IP ban if the exchange spamming rules are not respected. Default isTrue.