Skip to content

Commit

Permalink
docs: default config
Browse files Browse the repository at this point in the history
Signed-off-by: kl7sn <[email protected]>
  • Loading branch information
kl7sn committed Feb 25, 2022
1 parent 5642127 commit ef61ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ secretKey = "ASDFASDFASDF"
rootURL = "http://localhost:9001"
baseURL = "/api/admin/login/"
hiddenFields = ["_cluster_", "_log_agent_", "_node_ip_", "_node_name_", "_time_second_", "_time_nanosecond_"]
defaultFields = ["_namespace_","_container_name_","_pod_name_","_raw_log_","_time_second_"]
defaultFields = ["_namespace_","_container_name_","_pod_name_","_time_second_"]

[auth]
# Login cookie name
Expand Down

0 comments on commit ef61ffc

Please sign in to comment.