# Настройки базы данных
DB_USER=postgres
DB_PASS=secretpassword
DB_NAME=test_db
DB_PORT=5432
