Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
scm_wms_outstore_service
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
d8c5d83b
authored
May 14, 2020
by
叶明星
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
上报日志的rbmq
parent
c4862509
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
config/website.php
config/website.php
View file @
d8c5d83b
...
@@ -13,4 +13,15 @@ return [
...
@@ -13,4 +13,15 @@ return [
'path'
=>
realpath
(
__DIR__
.
'/../'
)
.
'/storage/logs/LogReport/'
,
'path'
=>
realpath
(
__DIR__
.
'/../'
)
.
'/storage/logs/LogReport/'
,
'LARAVELS_LISTEN_PORT'
=>
env
(
'LARAVELS_LISTEN_PORT'
),
'LARAVELS_LISTEN_PORT'
=>
env
(
'LARAVELS_LISTEN_PORT'
),
//日志RBMQ的配置
'SCM_WMS_LOG'
=>
[
'queue'
=>
env
(
'RABBITMQ_LOG_QUEUE'
),
'host'
=>
env
(
'RABBITMQ_LOG_HOST'
),
'port'
=>
env
(
'RABBITMQ_LOG_PORT'
),
'username'
=>
env
(
'RABBITMQ_LOG_LOGIN'
),
'password'
=>
env
(
'RABBITMQ_LOG_PASSWORD'
),
'exchange'
=>
'scm_wms'
,
'exchange_type'
=>
'direct'
],
];
];
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