Browse Source

fix conf.sample.yml.

pull/193/head
tinatwang 4 years ago
parent
commit
d8eeb2e78c
  1. 2
      conf.sample.yml

2
conf.sample.yml

@ -52,7 +52,7 @@
# Log:
# Outputs: 'stderr' # default: stderr, split by ",", you can append files to Outputs if need. example:'stderr,/tmp/test.log'
# RotationEnable: 0 # default: 0
# RotationConfigJson: '{}' # example: '{"maxsize": 100, "maxage": 0, "maxbackups": 0, "localtime": false, "compress": false}'
# RotationConfigJSON: '{}' # example: '{"maxsize": 100, "maxage": 0, "maxbackups": 0, "localtime": false, "compress": false}'
# HttpPort: 36789
# GrpcPort: 36790

Loading…
Cancel
Save