删除之前的二进制文件

This commit is contained in:
2023-06-05 19:30:56 +08:00
parent 5706834757
commit 5eb8b85b18
7 changed files with 514 additions and 5 deletions

23
config.yml Normal file
View File

@@ -0,0 +1,23 @@
# 这是一个示例的配置文件
# 数据库配置
#本地连接mysql
#db_host = 192.168.2.20
#db_port = 3306
#db_username = root
#db_password = 990821
#db_name = checkip
#远程连接mysql
db_host = 52.221.48.219
db_port = 8346
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