- TradeBot: the tradebot application. Brokers data and trading abilities
- TradeBot-UI: the user interface that allows you to use TradeBot
- The main database settings are stored as environment variables:
PG_HOST
: Postgres database hostnamePG_PORT
: Postgres database server portPG_DB
: Postgres database namePG_USER
: Postgres database access usernamePG_PASS
: Postgres database access password
- The rest of the configuration for TradeBot are stored in the database in a "configuration" table
session.secret
: the secret used to sign the sessions. This is automatically generated the first time TradeBot is started and configuration is generally not necessarywebapi.port
: the port on which the webapi for TradeBot listens for HTTP requests