config changes to make it not async
This commit is contained in:
parent
24680e403d
commit
92d4b90987
5 changed files with 131 additions and 13 deletions
8
.env
8
.env
|
|
@ -164,3 +164,11 @@ TZ=UTC
|
|||
APP_NAME="Stock Bot Platform"
|
||||
APP_VERSION=1.0.0
|
||||
APP_DESCRIPTION="Advanced Stock Trading and Analysis Platform"
|
||||
|
||||
# PostgreSQL
|
||||
DATABASE_POSTGRES_HOST=localhost
|
||||
DATABASE_POSTGRES_PORT=5432
|
||||
DATABASE_POSTGRES_DATABASE=trading_bot
|
||||
DATABASE_POSTGRES_USER=trading_user
|
||||
DATABASE_POSTGRES_PASSWORD=trading_pass_dev
|
||||
EOF < /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue