forked from Gitlink/microservices
fix(项目部署): 173环境配置单独抽出来,整理测试环境配置
This commit is contained in:
parent
3e3a41bdc2
commit
72c14485fa
|
|
@ -0,0 +1,63 @@
|
|||
## 部署环境
|
||||
deploy_env=test
|
||||
## 基础镜像版本
|
||||
base_image_version=1.0.0
|
||||
## Nacos数据库连接
|
||||
nacos_db_url=gitlink-mysql:3306
|
||||
nacos_db_name=gitlink-nacos-config
|
||||
nacos_db_username=root
|
||||
nacos_db_password=Trust_#%01
|
||||
## 连接Nacos配置
|
||||
nacos_ip=gitlink-nacos
|
||||
nacos_port=8848
|
||||
## 连接Redis配置
|
||||
redis_ip=gitlink-redis
|
||||
redis_port=6379
|
||||
## 业务库数据源配置
|
||||
mysql_root_password=Trust_#%01
|
||||
db_url=gitlink-mysql:3306
|
||||
db_name=ruoyi-gitlink
|
||||
db_username=root
|
||||
db_password=Trust_#%01
|
||||
mapping_mysql_port=24306
|
||||
## GitLink库数据源配置
|
||||
gitlink_db_url=173.15.15.82:23306
|
||||
gitlink_db_name=test-gitlink-user
|
||||
gitlink_db_username=root
|
||||
gitlink_db_password=123456
|
||||
## 文件服务访问地址
|
||||
file_url=http://173.15.15.82:24080/file
|
||||
# 容器内文件上传路径
|
||||
file_path=/home/gitlink/uploadPath
|
||||
## 内容管理系统配置
|
||||
# 自动提取概要最大长度
|
||||
cms_summaryMaxLength=100
|
||||
# 特色专区项目组织名称
|
||||
cms_gitLinkOrganization=prefecture
|
||||
# GitLink访问地址
|
||||
cms_gitLinkUrl=https://testforgeplus.trustie.net/
|
||||
## skywalking配置
|
||||
skywalking_backend_service=111.8.36.180:95
|
||||
## Docker数据路径
|
||||
docker_data=/data/docker-data
|
||||
## Nacos映射端口
|
||||
mapping_nacos_port=24848
|
||||
## Redis映射端口
|
||||
mapping_redis_port=24379
|
||||
## Gateway映射端口
|
||||
mapping_gateway_port=24080
|
||||
## 邀请链接有效时长(单位:天)
|
||||
invitationLinkExpirationTime=10
|
||||
## 邀请确认页面
|
||||
invitationPagePath=/index
|
||||
## 消息模板
|
||||
messageTemplate=1428
|
||||
## 专区管理地址
|
||||
zoneAdminUrl=http://127.0.0.1/zone/list
|
||||
## 项目聚合中,GitLink项目Id
|
||||
gitlinkProjectId=546714
|
||||
## 会员聚合中,gitlink用户名
|
||||
gitLinkUserName1=floraachy
|
||||
gitLinkUserName2=innov
|
||||
gitLinkUserName3=ttt77777
|
||||
gitLinkUserName4=OTTO
|
||||
|
|
@ -26,7 +26,7 @@ gitlink_db_name=forgeplus
|
|||
gitlink_db_username=root
|
||||
gitlink_db_password=Trust_#%01
|
||||
## 文件服务访问地址
|
||||
file_url=https://gateway.gitlink.org.cn/file
|
||||
file_url=https://gateway.gitlink.org.cn/api/file
|
||||
# 容器内文件上传路径
|
||||
file_path=/home/gitlink/uploadPath
|
||||
## 内容管理系统配置
|
||||
|
|
|
|||
|
|
@ -19,14 +19,14 @@ db_url=gitlink-mysql:3306
|
|||
db_name=ruoyi-gitlink
|
||||
db_username=root
|
||||
db_password=Trust_#%01
|
||||
mapping_mysql_port=24306
|
||||
mapping_mysql_port=22306
|
||||
## GitLink库数据源配置
|
||||
gitlink_db_url=173.15.15.82:23306
|
||||
gitlink_db_name=test-gitlink-user
|
||||
gitlink_db_url=10.9.70.25:3306
|
||||
gitlink_db_name=testforgeplus
|
||||
gitlink_db_username=root
|
||||
gitlink_db_password=123456
|
||||
gitlink_db_password=Trust_#%01
|
||||
## 文件服务访问地址
|
||||
file_url=http://173.15.15.82:24080/file
|
||||
file_url=https://testgetway.trustie.net/api/file
|
||||
# 容器内文件上传路径
|
||||
file_path=/home/gitlink/uploadPath
|
||||
## 内容管理系统配置
|
||||
|
|
@ -41,11 +41,11 @@ skywalking_backend_service=111.8.36.180:95
|
|||
## Docker数据路径
|
||||
docker_data=/data/docker-data
|
||||
## Nacos映射端口
|
||||
mapping_nacos_port=24848
|
||||
mapping_nacos_port=8848
|
||||
## Redis映射端口
|
||||
mapping_redis_port=24379
|
||||
mapping_redis_port=26379
|
||||
## Gateway映射端口
|
||||
mapping_gateway_port=24080
|
||||
mapping_gateway_port=8080
|
||||
## 邀请链接有效时长(单位:天)
|
||||
invitationLinkExpirationTime=10
|
||||
## 邀请确认页面
|
||||
|
|
@ -53,7 +53,7 @@ invitationPagePath=/index
|
|||
## 消息模板
|
||||
messageTemplate=1428
|
||||
## 专区管理地址
|
||||
zoneAdminUrl=http://127.0.0.1/zone/list
|
||||
zoneAdminUrl=https://testgetway.trustie.net/zone/list
|
||||
## 项目聚合中,GitLink项目Id
|
||||
gitlinkProjectId=546714
|
||||
## 会员聚合中,gitlink用户名
|
||||
|
|
|
|||
Loading…
Reference in New Issue