Skip to content

Commit

Permalink
Preview pulse using sqlite by default (#248)
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Dec 20, 2023
1 parent 2aeb09f commit 440537c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ migrations:
- database/migrations

workbench:
start: '/'
start: '/pulse'
install: true
welcome: true
welcome: false
build:
- asset-publish
- create-sqlite-db
- migrate-refresh
13 changes: 7 additions & 6 deletions workbench/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_pulse
DB_USERNAME=root
DB_PASSWORD=
DB_CONNECTION=sqlite
# DB_CONNECTION=mysql
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel_pulse
# DB_USERNAME=root
# DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
Expand Down

0 comments on commit 440537c

Please sign in to comment.