changes 0328092025

This commit is contained in:
Simon Pocrnjič
2025-09-28 22:36:47 +02:00
parent b40ee9dcde
commit 7e8e0a479b
61 changed files with 4306 additions and 654 deletions
+19
View File
@@ -0,0 +1,19 @@
# Copy this file to .env.testing and update values for your local Postgres test database.
# Running `php artisan test` will then use this separate database instead of your dev DB.
APP_ENV=testing
APP_DEBUG=true
CACHE_STORE=array
MAIL_MAILER=array
PULSE_ENABLED=false
QUEUE_CONNECTION=sync
SESSION_DRIVER=array
TELESCOPE_ENABLED=false
# Use a dedicated test database to avoid clearing your dev DB during tests
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=teren_app_test
DB_USERNAME=postgres
DB_PASSWORD=secret