Skip to content

Commit

Permalink
#198 - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Mar 27, 2024
1 parent 0b6fb30 commit 3a8d9b3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .env.ci
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
APP_NAME=website
APP_ENV=testing
APP_KEY=base64:WVG2VcHt+a2uzCw7n1tVUBPyw2kof644d6EoYA/UUAg=
APP_KEY=base64:lt7KU4zYKH/nKJk23/1H6Z91bVs5KoOUkD68kkDSLwM=
APP_DEBUG=false
APP_URL=http://website.blumilk.localhost

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=website
DB_USERNAME=website
DB_PASSWORD=password
DB_ROOT_PASSWORD=example

BROADCAST_DRIVER=log
CACHE_DRIVER=array
FILESYSTEM_DISK=local
Expand Down

0 comments on commit 3a8d9b3

Please sign in to comment.