Skip to content

Commit

Permalink
Добавляет переменную для бэкенда и инструкцию для db_host
Browse files Browse the repository at this point in the history
  • Loading branch information
codEnjoyer committed Nov 7, 2023
1 parent e6ce285 commit bb60b2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
POSTGRES_USER=
POSTGRES_PASSWORD=
# если запускается локально, то localhost. если в docker, то db
POSTGRES_DB_HOST=
POSTGRES_DB_PORT=
POSTGRES_DB=

PG_ADMIN_PORT=
PGADMIN_DEFAULT_EMAIL=
PGADMIN_DEFAULT_PASSWORD=
PGADMIN_DEFAULT_PASSWORD=

BACK_APP_PORT=

0 comments on commit bb60b2e

Please sign in to comment.