forked from Gitlink/microservices
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
## 基础镜像版本
|
|
base_image_version=1.0.0
|
|
## Nacos数据库连接
|
|
nacos_db_url=173.15.15.82:23306
|
|
nacos_db_name=gitlink-nacos-config
|
|
nacos_db_username=root
|
|
nacos_db_password=123456
|
|
## 连接Nacos配置
|
|
nacos_ip=gitlink-nacos
|
|
nacos_port=8848
|
|
## 连接Redis配置
|
|
redis_ip=gitlink-redis
|
|
redis_port=6379
|
|
## 业务库数据源配置
|
|
db_url=173.15.15.82:23306
|
|
db_name=ruoyi-gitlink
|
|
db_username=root
|
|
db_password=123456
|
|
## 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://109.2.4.230:8080/file
|
|
# 容器内文件上传路径
|
|
file_path=/home/gitlink/uploadPath
|
|
## 内容管理系统配置
|
|
# 自动提取概要最大长度
|
|
cms_summaryMaxLength=100
|
|
# 特色专区项目组织名称
|
|
cms_gitLinkOrganization=prefecture
|
|
# GitLink访问地址
|
|
cms_gitLinkUrl=https://testforgeplus.trustie.net/
|
|
## skywalking配置
|
|
skywalking_backend_service=173.15.15.82:11800
|
|
## Docker数据路径
|
|
docker_data=/data/docker-data/test
|