Skip to content

Commit 07b3298

Browse files
committed
Added .env.example
1 parent 71794fb commit 07b3298

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

enviroments/.env.example

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
APP_ENV=local
2+
APP_DEBUG=true
3+
APP_KEY=
4+
APP_TIMEZONE=UTC
5+
6+
LOG_CHANNEL=stack
7+
LOG_SLACK_WEBHOOK_URL=
8+
9+
DB_CONNECTION=mysql
10+
DB_HOST=127.0.0.1
11+
DB_PORT=3306
12+
DB_DATABASE=homestead
13+
DB_USERNAME=homestead
14+
DB_PASSWORD=secret
15+
16+
CACHE_DRIVER=file
17+
QUEUE_DRIVER=sync

0 commit comments

Comments
 (0)