Skip to content

Commit a394715

Browse files
committed
修改配置文件默认
1 parent fdb85b9 commit a394715

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.env.example

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=skeleton
1+
APP_NAME=hyperf-api
22
APP_ENV=dev
33
APP_REQUEST_LOG=true
44
APP_RESPONSE_LOG=true
@@ -9,9 +9,9 @@ APP_TEST=true
99
DB_DRIVER=mysql
1010
DB_HOST=127.0.0.1
1111
DB_PORT=3306
12-
DB_DATABASE=hyperf_api
13-
DB_USERNAME=linyiyuan
14-
DB_PASSWORD=linyiyuan
12+
DB_DATABASE=
13+
DB_USERNAME=
14+
DB_PASSWORD=
1515
DB_CHARSET=utf8mb4
1616
DB_COLLATION=utf8mb4_unicode_ci
1717

@@ -25,11 +25,11 @@ JWT_SECRET=hyperf-api
2525
JWT_TTL=7200
2626
JWT_TTL_CACHE=3600
2727

28-
OSS_URL=https://hyperf-cms.oss-cn-guangzhou.aliyuncs.com/
29-
OSS_ACCESS_ID=LTAI5lKZvaL5CQei
30-
OSS_ACCESS_SECRET=DQGJWSLCn07IyEv1lQMxML5RLupIpN
31-
OSS_BUCKET=hyperf-cms
32-
OSS_ENDPOINT=oss-cn-guangzhou.aliyuncs.com
28+
OSS_URL=
29+
OSS_ACCESS_ID=
30+
OSS_ACCESS_SECRET=
31+
OSS_BUCKET=
32+
OSS_ENDPOINT=
3333

3434
# 高德地图IP定位key
35-
FreeApiKey=13a34a1299237c09b8ad8ee69743265f
35+
FreeApiKey=

0 commit comments

Comments
 (0)