Fix .env для локального запуска

develop
Сергей Ванюшкин 2024-02-07 12:44:42 +03:00
parent aa7db7cd35
commit 3120910552
1 changed files with 2 additions and 2 deletions

4
.env
View File

@ -1,7 +1,7 @@
DB_HOST=db
DB_HOST=127.0.0.1
DB_PORT=5432
POSTGRES_USER=testuser
POSTGRES_PASSWORD=test
POSTGRES_DB=fastfood_db
POSTGRES_DB_TEST=testdb
REDIS_DB=redis://localhost
REDIS_DB=redis://127.0.0.1:6379/0