File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- APP_NAME = skeleton
1+ APP_NAME = hyperf-api
22APP_ENV = dev
33APP_REQUEST_LOG = true
44APP_RESPONSE_LOG = true
@@ -9,9 +9,9 @@ APP_TEST=true
99DB_DRIVER = mysql
1010DB_HOST = 127.0.0.1
1111DB_PORT = 3306
12- DB_DATABASE = hyperf_api
13- DB_USERNAME = linyiyuan
14- DB_PASSWORD = linyiyuan
12+ DB_DATABASE =
13+ DB_USERNAME =
14+ DB_PASSWORD =
1515DB_CHARSET = utf8mb4
1616DB_COLLATION = utf8mb4_unicode_ci
1717
@@ -25,11 +25,11 @@ JWT_SECRET=hyperf-api
2525JWT_TTL = 7200
2626JWT_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 =
You can’t perform that action at this time.
0 commit comments