work on postgress / will prob remove and work on ib exchanges and symbols
This commit is contained in:
parent
cce5126cb7
commit
a20a11c1aa
16 changed files with 1441 additions and 95 deletions
6
.env
6
.env
|
|
@ -27,9 +27,9 @@ DRAGONFLY_PASSWORD=
|
|||
# PostgreSQL Configuration
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DB=stockbot
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=trading_bot
|
||||
POSTGRES_USERNAME=trading_user
|
||||
POSTGRES_PASSWORD=trading_pass_dev
|
||||
POSTGRES_SSL=false
|
||||
|
||||
# QuestDB Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue