Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
ldp-docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
doc
ldp-docs
Commits
c3ddf894
Commit
c3ddf894
authored
Nov 25, 2021
by
郭人方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: 修改LDP集中式安装部署说明文档,添加skywalking参数以及说明
parent
ac637813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
LDP集中式安装部署说明.md
LDP集中式安装部署说明.md
+7
-0
No files found.
LDP集中式安装部署说明.md
View file @
c3ddf894
...
...
@@ -169,6 +169,9 @@ NACOS_SERVER=nacos-server0:8018
SPRING_PROFILES_ACTIVE
=
prod
DUBBO_PROTOCOL_HOST
=
ldp-server0
DEPLOY_ENV
=
prod
SKYWALKING_SERVICE
=
127.0.0.1:11800
SKYWALKING_START
=
false
SKYWALKING_URL
=
/opt/agent/skywalking-agent.jar
```
配置文件内容解释:
...
...
@@ -179,6 +182,10 @@ DEPLOY_ENV=prod
| SPRING_PROFILES_ACTIVE | 分环境配置,默认值
`prod`
,激活xxx-service-prod.yml配置文件; dev 激活xxx-service-dev.yml配置文件。 |
| DUBBO_PROTOCOL_HOST | DEPLOY_ENV值为
`dev`
时,必须配置为服务运行主机的主机名(开发时,需要在开发者本机hosts中配置相应映射)。分布式部署时,每台服务器hosts文件中需要配置所有服务部署的主机映射(开发者本机hosts也需要配置所有服务主机映射)。 |
| DEPLOY_ENV | 框架运行模式,默认值为
`prod`
,生产环境使用;
`dev`
开发环境使用。使用脚手架开发时,需要配置为
`dev`
。 |
| SKYWALKING_SERVICE | 默认值:127.0.0.1:11800,探针需要同collector进行数据传输的IP和端口|
| SKYWALKING_START | SKYWALKING_START默认值为:false,不启用skywalking;值为:true时,启用skywalking。 |
| SKYWALKING_URL | skywalking-agent.jar路劲,如:/opt/agent/skywalking-agent.jar |
根据
**框架运行模式**
的值修改配置文件
...
...
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