From d40ffd04c573fc3297ebf79b607590ad7f2c2a35 Mon Sep 17 00:00:00 2001 From: dengbiao Date: Sat, 28 Sep 2024 16:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/cfg.yml | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 etc/cfg.yml diff --git a/etc/cfg.yml b/etc/cfg.yml deleted file mode 100644 index fe71d59..0000000 --- a/etc/cfg.yml +++ /dev/null @@ -1,52 +0,0 @@ -# 当前域名 -debug: true -curldebug: true -prd: false -local: true -# 服务器参数 -srv_addr: ':1002' -# 缓存 -redis_addr: '120.24.28.6:32572' - -# 连接官网数据库获取db mapping -db: - host: '119.23.182.117:3306' - name: 'super_advertisement' - user: 'root' - psw: 'Fnuo123com@' - show_log: true - max_lifetime: 30 - max_open_conns: 100 - max_idle_conns: 100 - path: 'tmp/%s.log' - -#db: -# host: 'advertisement-db.rwlb.rds.aliyuncs.com:3306' -# name: 'super_advertisement' -# user: 'zhios' -# psw: 'ZHIoscnfnuo123@' -# show_log: true -# max_lifetime: 30 -# max_open_conns: 100 -# max_idle_conns: 100 -# path: 'tmp/%s.log' - -# 日志 -log: - app_name: 'applet' - level: 'debug' # 普通日志级别 #debug, info, warn, fatal, panic - is_stdout: true - time_format: 'standard' # sec, second, milli, nano, standard, iso - encoding: 'console' - is_file_out: true - file_dir: './tmp/' - file_max_size: 256 - file_max_age: 1 - file_name: 'debug.log' - -# 连接RabbitMq -mq: - host: '116.62.62.35' - port: '5672' - user: 'zhios' - pwd: 'ZHIoscnfnuo123' \ No newline at end of file