Skip to content

Commit a842404

Browse files
authored
Update .env.example
Add Postgresql as default for connection
1 parent 3be9fba commit a842404

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
@@ -6,12 +6,12 @@ APP_URL=http://localhost
66

77
LOG_CHANNEL=stack
88

9-
DB_CONNECTION=mysql
10-
DB_HOST=127.0.0.1
11-
DB_PORT=3306
12-
DB_DATABASE=laravel
13-
DB_USERNAME=root
14-
DB_PASSWORD=
9+
DB_CONNECTION=pgsql
10+
DB_HOST=localhost
11+
DB_PORT=5432
12+
DB_DATABASE=your_database_name
13+
DB_USERNAME=homestead
14+
DB_PASSWORD=secret
1515

1616
BROADCAST_DRIVER=log
1717
CACHE_DRIVER=file

0 commit comments

Comments
 (0)