ctubio / Krypto-trading-bot

Self-hosted crypto trading bot (automated high frequency market making) written in C++

Home Page:https://127.0.0.1:3000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing configuration vars in K.sh.dist

eniware-org opened this issue · comments

Just noticed that UI_USERNAME, UI_PASSWORD and UI_OPENPORT are missing from the K.sh.dist

🐨 yea not in use anymore cos are not common vars for all bots

the alternative is to put --user, --pass and --port inside OPTIONAL_ARGUMENTS, liiike:

#OPTIONAL_ARGUMENTS="--colors --autobot --port 3000"