Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
LC_api_news
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
66ee30a9
authored
Dec 17, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
抽离配置
parent
0ba6e599
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
.env
config/config.php
.env
View file @
66ee30a9
...
...
@@ -27,5 +27,8 @@ REDIS_READ_PORT=6379
GOODS_SERVER_URL=http://lc_server_goods.cc
NOTICE_TYPE_ID=
CASE_TYPE_ID=
CACHE_DRIVER=redis
QUEUE_DRIVER=sync
config/config.php
View file @
66ee30a9
...
...
@@ -14,6 +14,6 @@ return [
4
=>
'处理失败'
],
'faq_type_id'
=>
10
,
'notice_type_id'
=>
10
,
'case_type_id'
=>
10
,
'notice_type_id'
=>
env
(
'NOTICE_TYPE_ID'
)
,
'case_type_id'
=>
env
(
'CASE_TYPE_ID'
)
,
];
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment