Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_server_welfare
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
86797b8c
authored
Aug 12, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
进行基本的配置
parent
00da6055
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
.env.example
routes/web.php
.env.example
View file @
86797b8c
...
...
@@ -12,3 +12,9 @@ DB_PASSWORD=secret
CACHE_DRIVER=file
QUEUE_DRIVER=sync
//系统编码,用于生成错误码
SYSTEM_CODE=09
//系统名称,用于告警识别
SYSTEM_NAME=IC业务助手福利中心服务
routes/web.php
View file @
86797b8c
...
...
@@ -14,3 +14,7 @@
$router
->
get
(
'/'
,
function
()
use
(
$router
)
{
return
$router
->
app
->
version
();
});
$router
->
get
(
'/key'
,
function
()
{
return
str_random
(
32
);
});
\ 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