Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 29, 2024
1 parent 5fbf11e commit a2b1fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions apps/dashboard_app/.env.dev
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
DERISK_API_URL=#

ENV=dev
# PostgreSQL
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=dashboard_app
DB_HOST=db
DB_PORT=5432

DATA_HANDLER_URL=http://localhost:5000
DB_HOST=localhost
DB_PORT=5432
1 change: 0 additions & 1 deletion apps/dashboard_app/helpers/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from dashboard_app.helpers.tools import get_prices

logger = logging.getLogger(__name__)
data_connector = DataConnector()


class DashboardDataHandler:
Expand Down

0 comments on commit a2b1fc1

Please sign in to comment.