Skip to content

Commit 509c0a3

Browse files
committed
Update .env.example to change logging and database configurations
1 parent 5bc13b1 commit 509c0a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ APP_MAINTENANCE_DRIVER=file
1414

1515
BCRYPT_ROUNDS=12
1616

17-
LOG_CHANNEL=stack
17+
LOG_CHANNEL="null"
1818
LOG_STACK=single
19-
LOG_DEPRECATIONS_CHANNEL=null
19+
LOG_DEPRECATIONS_CHANNEL="null"
2020
LOG_LEVEL=debug
2121

22-
DB_CONNECTION=mysql
22+
DB_CONNECTION=mariadb
2323
DB_HOST=mysql
2424
DB_PORT=3306
2525
DB_DATABASE=simpede

0 commit comments

Comments
 (0)