diff --git a/config.yml b/config.yml deleted file mode 100644 index eb16ff6..0000000 --- a/config.yml +++ /dev/null @@ -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