forked from Gitlink/microservices
64 lines
1.7 KiB
Plaintext
64 lines
1.7 KiB
Plaintext
## 部署环境
|
||
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
|