Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lzzzzl
/
liexin_scm_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
f75f6bcd
authored
May 14, 2020
by
叶明星
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加rbmq的配置
parent
aa5b2dcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
config/website.php
config/website.php
View file @
f75f6bcd
...
...
@@ -13,4 +13,15 @@ return [
'path'
=>
realpath
(
__DIR__
.
'/../'
)
.
'/storage/logs/LogReport/'
,
'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