Skip to content

Commit 403ba19

Browse files
committed
- update: main -add minor change for deploy
1 parent 2aa59e4 commit 403ba19

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
@@ -19,12 +19,12 @@ LOG_STACK=single
1919
LOG_DEPRECATIONS_CHANNEL=null
2020
LOG_LEVEL=debug
2121

22-
DB_CONNECTION=sqlite
23-
# DB_HOST=127.0.0.1
24-
# DB_PORT=3306
25-
# DB_DATABASE=laravel
26-
# DB_USERNAME=root
27-
# DB_PASSWORD=
22+
DB_CONNECTION=mysql
23+
DB_HOST=127.0.0.1
24+
DB_PORT=3306
25+
DB_DATABASE=laragram
26+
DB_USERNAME=root
27+
DB_PASSWORD=
2828

2929
SESSION_DRIVER=database
3030
SESSION_LIFETIME=120

0 commit comments

Comments
 (0)