Skip to content

Commit

Permalink
add env dev for web_app
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 24, 2024
1 parent c63fb08 commit 0bc9a70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/web_app/.env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
DERISK_API_URL=#

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

TELEGRAM_TOKEN=#

DATA_HANDLER_URL=http://localhost:5000

0 comments on commit 0bc9a70

Please sign in to comment.