check_ip/config.conf

24 lines
432 B
Plaintext

# 这是一个示例的配置文件
# 数据库配置
#本地连接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