work on ib and cleanup
This commit is contained in:
parent
a20a11c1aa
commit
d686a72591
41 changed files with 601 additions and 2793 deletions
8
.env
8
.env
|
|
@ -42,10 +42,10 @@ QUESTDB_PASSWORD=quest
|
|||
# MongoDB Configuration
|
||||
MONGODB_HOST=localhost
|
||||
MONGODB_PORT=27017
|
||||
MONGODB_DB=stockbot
|
||||
MONGODB_USER=
|
||||
MONGODB_PASSWORD=
|
||||
MONGODB_URI=mongodb://localhost:27017/stockbot
|
||||
MONGODB_DATABASE=stock
|
||||
MONGODB_USERNAME=trading_admin
|
||||
MONGODB_PASSWORD=trading_mongo_dev
|
||||
MONGODB_URI=mongodb://trading_admin:trading_mongo_dev@localhost:27017/stock?authSource=admin
|
||||
|
||||
# ===========================================
|
||||
# DATA PROVIDER CONFIGURATIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue