Skip to content

Commit

Permalink
Добавлен .env.example.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugemos committed Aug 31, 2023
1 parent 11dfc52 commit f5624ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
POSTGRES_DB=foodgram_db
POSTGRES_USER=foodgram_user
POSTGRES_PASSWORD=Any-Password
DB_HOST=db
DB_PORT=5432
SECRET_KEY=django-insecure-abcdef123456
ALLOWED_HOSTS=158.160.27.72;127.0.0.1;localhost

0 comments on commit f5624ca

Please sign in to comment.