Skip to content

Commit 155dca1

Browse files
authored
Merge pull request #22 from dynamohuang/master
恢复.env.example
2 parents bc00246 + 0253388 commit 155dca1

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.env.example

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
APP_ENV=local
2+
APP_KEY=
3+
APP_DEBUG=true
4+
APP_LOG_LEVEL=debug
5+
APP_URL=http://localhost
6+
7+
DB_CONNECTION=mysql
8+
DB_HOST=127.0.0.1
9+
DB_PORT=3306
10+
DB_DATABASE=homestead
11+
DB_USERNAME=homestead
12+
DB_PASSWORD=secret
13+
14+
BROADCAST_DRIVER=log
15+
CACHE_DRIVER=file
16+
SESSION_DRIVER=file
17+
QUEUE_DRIVER=sync
18+
19+
REDIS_HOST=127.0.0.1
20+
REDIS_PASSWORD=null
21+
REDIS_PORT=6379
22+
23+
MAIL_DRIVER=smtp
24+
MAIL_HOST=mailtrap.io
25+
MAIL_PORT=2525
26+
MAIL_USERNAME=null
27+
MAIL_PASSWORD=null
28+
MAIL_ENCRYPTION=null
29+
30+
PUSHER_APP_ID=
31+
PUSHER_APP_KEY=
32+
PUSHER_APP_SECRET=
33+
34+
QINIU_ACCESSKEY=
35+
QINIU_SECRETKEY=
36+
QINIU_BUCKET=
37+
38+
SHANBAY_KEY=
39+
SHANBAY_SECRET=
40+
SHANBAY_CALLBACK=
41+
SHANBAY_USERNAME=
42+
SHANBAY_PASSWORD=
43+
44+
BAIDU_TRANSLATE_AK=
45+
BAIDU_TRANSLATE_SK=
46+
47+
BAIDU_PING_SITE=
48+
BAIDU_PING_TOKEN=
49+
50+
SERVER_CHAN=

0 commit comments

Comments
 (0)