rts-sim-testing-service/config/dev.yml

51 lines
1.0 KiB
YAML
Raw Normal View History

# dev-开发环境 test-测试环境 prod-生产环境
env: dev
# 服务配置
server:
# 服务端口
port: 9091
2023-07-26 17:02:53 +08:00
# 动力学端口配置
dynamics:
2023-08-23 15:33:07 +08:00
ip: 192.168.3.37
2023-07-26 17:02:53 +08:00
udpLocalPort: 4000
udpRemotePort: 3000
2023-08-23 15:33:07 +08:00
udpRemoteTrainPort: 3001
httpPort: 7800
open: true
2023-08-18 16:20:40 +08:00
# VOBC
vobc:
ip: 10.60.1.59
2023-08-18 16:20:40 +08:00
localPort: 10000
remotePort: 4000
open: false
2023-07-26 17:02:53 +08:00
# 数据源
datasource:
# 数据库访问url
dsn: root:joylink0503@tcp(192.168.3.233:3306)/bj-rtss?charset=utf8mb4&parseTime=true&loc=Local
logging:
# 日志级别
level: debug
# 格式化
# format: json
# 日志文件路径
path: /logs/bjrtsts
# 日志文件名
fileName: bjrtsts.log
# 单个日志文件大小,单位mb,超过会自动滚动
fileMaxSize: 5
# 日志文件最大备份数量
fileMaxBackups: 100
# 日志文件最大保留时间,单位 天
maxAge: 30
# 是否压缩日志
compress: false
# 控制台是否输出
stdout: true
messaging:
centrifugo:
tokenSecret: aaa
apiKey: bbb
apiEndpoint: /api
2023-07-26 17:51:32 +08:00
address: 192.168.3.233:10000