Skip to content

Commit 440537c

Browse files
authored
Preview pulse using sqlite by default (#248)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 2aeb09f commit 440537c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

testbench.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ migrations:
55
- database/migrations
66

77
workbench:
8-
start: '/'
8+
start: '/pulse'
99
install: true
10-
welcome: true
10+
welcome: false
1111
build:
1212
- asset-publish
13+
- create-sqlite-db
1314
- migrate-refresh

workbench/.env.example

+7-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ LOG_CHANNEL=stack
88
LOG_DEPRECATIONS_CHANNEL=null
99
LOG_LEVEL=debug
1010

11-
DB_CONNECTION=mysql
12-
DB_HOST=127.0.0.1
13-
DB_PORT=3306
14-
DB_DATABASE=laravel_pulse
15-
DB_USERNAME=root
16-
DB_PASSWORD=
11+
DB_CONNECTION=sqlite
12+
# DB_CONNECTION=mysql
13+
# DB_HOST=127.0.0.1
14+
# DB_PORT=3306
15+
# DB_DATABASE=laravel_pulse
16+
# DB_USERNAME=root
17+
# DB_PASSWORD=
1718

1819
BROADCAST_DRIVER=log
1920
CACHE_DRIVER=file

0 commit comments

Comments
 (0)