|
12345678910111213141516171819202122232425262728293031323334353637 |
- # debug release test
- debug: true
- prd: false
- local: true
- # 缓存
- redis_addr: '120.24.28.6:32572'
-
- app_comm:
- url: http://127.0.0.1:5003
-
-
- admin:
- api_aes_key: e{&[^<wpliI$AgKs:>Ft(.~g]1eR-]VO
- api_aes_iv: ZV`7<5X]/2brS@sz
- # 数据库
- db:
- host: '119.23.182.117:3306'
- name: 'zyos_website'
- user: 'root'
- psw: 'Fnuo123com@'
- show_log: true
- max_lifetime: 30
- max_open_conns: 100
- max_idle_conns: 100
- path: 'tmp/task_sql_%v.log'
-
- # 日志
- log:
- 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: 'task.log'
|