json fmt info
This commit is contained in:
parent
5bb4da3923
commit
32b4ec8032
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
||||||
service_address = "0.0.0.0:9999"
|
service_address = "0.0.0.0:9999"
|
||||||
methods = ["POST"]
|
methods = ["POST"]
|
||||||
data_format = "json"
|
data_format = "json"
|
||||||
|
json_name_key = "tp"
|
||||||
|
json_time_key = "ts"
|
||||||
|
json_time_format = "unix"
|
||||||
|
json_timezone = "Local"
|
||||||
|
|
Loading…
Add table
Reference in a new issue