Skip to content

Commit 9175b8d

Browse files
committed
add fulle nv
1 parent 79d1a02 commit 9175b8d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.env

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
APP_ENV=local
2+
APP_DEBUG=true
3+
APP_KEY=J6cc5Vpd1q5F76VGcCfMY3rx8dEeCOfE
4+
5+
DB_HOST=localhost
6+
DB_DATABASE=homestead
7+
DB_USERNAME=homestead
8+
DB_PASSWORD=secret
9+
10+
CACHE_DRIVER=file
11+
SESSION_DRIVER=file
12+
QUEUE_DRIVER=sync
13+
14+
MAIL_DRIVER=smtp
15+
MAIL_HOST=mailtrap.io
16+
MAIL_PORT=2525
17+
MAIL_USERNAME=null
18+
MAIL_PASSWORD=null
19+
MAIL_ENCRYPTION=null

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
/node_modules
33
Homestead.yaml
44
Homestead.json
5-
.env

0 commit comments

Comments
 (0)