From 587aae66044114a3eb492005a14d6f585f9957d0 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 19 Mar 2024 10:58:40 +0800 Subject: [PATCH] update --- etc/cfg.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 etc/cfg.yml diff --git a/etc/cfg.yml b/etc/cfg.yml new file mode 100644 index 0000000..36f60f1 --- /dev/null +++ b/etc/cfg.yml @@ -0,0 +1,47 @@ +# 当前域名 +debug: true +curldebug: true +prd: false +local: true +# 服务器参数 +srv_addr: ':4001' +# 缓存 +redis_addr: '127.0.0.1:6379' +redis_password: '' + +# 连接官网数据库获取db mapping +db: + host: '119.23.182.117:3306' + name: 'bakery' + user: 'root' + psw: 'Fnuo123com@' + show_log: true + max_lifetime: 30 + max_open_conns: 100 + max_idle_conns: 100 + path: 'tmp/%s.log' + +#db: +# host: '39.108.126.122:3306' +# name: 'bakery' +# user: 'root' +# psw: 'ZhiSheng123.com' +# 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' \ No newline at end of file