Skip to content

Commit

Permalink
- trying to fix .env.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Dec 2, 2024
1 parent a5cac1c commit 17245b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ APP_URL=http://interns2024c.blumilk.localhost
LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_HOST=127.0.0.1
DB_DATABASE=interns2024c
DB_USERNAME=interns2024c
DB_PASSWORD=password

BROADCAST_DRIVER=log
CACHE_DRIVER=array
FILESYSTEM_DISK=local
Expand All @@ -15,9 +20,4 @@ SESSION_DRIVER=array
SESSION_LIFETIME=120
MAIL_MAILER=array

DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=interns2024c
DB_USERNAME=interns2024c
DB_PASSWORD=password
BCRYPT_ROUNDS=4

0 comments on commit 17245b5

Please sign in to comment.