123456789101112131415161718192021222324252627282930 |
- # config information
- # server config information
- server:
- mode: debug # debug,release
- host: 0.0.0.0
- port: 4003
- token_expire_second: 360000
- enable_https: false # 后台开启https
- # log config information
- log:
- open: true
- mode: basic # advanced,basic
- level: INFO # DEBUG,ERROR,INFO
- file: logs/gouser.log # log file path container log file name
- # image config information
- image:
- base_path: /Users/bssm/go/src/lzyd-images
- # base_path: /bssm/go/src/lzyd-images
- output_dir: images/
- prefix_url: https://lzyd-image.lizhiyuedong.com/
- max_size: 2 # unit MB
- # system config information
- system:
- avatar: http://lz2019-image.lzwg.com/images/cusimg.png
- sync: false
- valid: true
|