Skip to content

Commit f41f7e2

Browse files
committed
default database to sqlite
1 parent 4827551 commit f41f7e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.env.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ LOG_CHANNEL=stack
1010
LOG_DEPRECATIONS_CHANNEL=null
1111
LOG_LEVEL=debug
1212

13-
DB_CONNECTION=mysql
14-
DB_HOST=127.0.0.1
15-
DB_PORT=3306
16-
DB_DATABASE=tiny_crm
17-
DB_USERNAME=root
18-
DB_PASSWORD=
13+
DB_CONNECTION=sqlite
14+
# DB_HOST=127.0.0.1
15+
# DB_PORT=3306
16+
# DB_DATABASE=tiny_crm
17+
# DB_USERNAME=root
18+
# DB_PASSWORD=
1919

2020
BROADCAST_DRIVER=log
2121
CACHE_DRIVER=file

0 commit comments

Comments
 (0)