diff --git a/.env b/.env new file mode 100644 index 0000000..92c135e --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +DB_HOST=db +DB_PORT=5432 +POSTGRES_USER=testuser +POSTGRES_PASSWORD=test +POSTGRES_DB=fastfood_db +POSTGRES_DB_TEST=testdb +REDIS_DB=redis://localhost \ No newline at end of file