1 Star 0 Fork 105

yamato/PilotGo

forked from openEuler/PilotGo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config_server.yaml.templete 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhanghan 提交于 2022-07-08 17:08 . Log file output configuration
http_server:
addr: localhost:8888
session_count: 100
max_age: 1800
socket_server:
addr: localhost:8879
monitor:
prometheus_addr: localhost:9090
alertmanager_addr: localhost:9093
alert_rules_path: /etc/prometheus/alert.rules
prometheus_yml_path: /etc/prometheus/prometheus.yml
log:
level: debug
driver: stdout #可选stdout和file。stdout:输出到终端控制台;file:输出到path下的指定文件。
path: ./log/pilotgo_server.log
max_file: 1
max_size: 10485760
mysql:
host_name: 127.0.0.1
port: 3306
user_name: ''
password: ''
data_base: PilotGo
redis:
redis_conn: localhost:6379
redis_pwd: ''
defaultDB: 0
dialTimeout: 5s #redis连接超时时间.默认5s
enableRedis: yes #是否启用redis
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yamatoc/PilotGo.git
git@gitee.com:yamatoc/PilotGo.git
yamatoc
PilotGo
PilotGo
master

搜索帮助