3 Star 8 Fork 3

action-tech/sqle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.yaml.template 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangdongcheng 提交于 2024-01-15 16:10 +08:00 . add config.yaml template
sqle:
id: 1
dms_server_address: http://127.0.0.1:10000
api:
addr: 127.0.0.1
port: 10001
enable_https: false
cert_file_path: './etc/cert.pem'
key_file_path: './etc/key.pem'
secret_key:
service:
auto_migrate_table: true
debug_log: false
log_path: './logs'
log_max_size_mb: 1024
log_max_backup_number: 2
plugin_path: './plugins'
enable_cluster_mode:
database:
mysql_host: '127.0.0.1'
mysql_port: '3306'
mysql_user: 'root'
mysql_password: 'pass'
mysql_schema: 'sqle'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/action-tech/sqle.git
git@gitee.com:action-tech/sqle.git
action-tech
sqle
sqle
main

搜索帮助