删除 config.yml

master
wangsiyuan 2023-06-16 16:07:07 +08:00
parent 82e2ba1928
commit 10e584f5e6
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
# 这是一个示例的配置文件
# 数据库配置
#本地连接mysql
#db_host = 192.168.2.20
#db_port = 3306
#db_username = root
#db_password = 990821
#db_name = checkip
#远程连接mysql
db_host = 192.168.1.1
db_port = 3306
db_username = root
db_password = 990821
db_name = checkip
# 服务器配置
server_host = 0.0.0.0
server_port = 8431
#日志
log_level = debug
log_file = ./checkip.log