mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* New flag to disable banner: --disable-banner * Move globals into configuration * Changing tool category name to logging
11 lines
No EOL
249 B
YAML
11 lines
No EOL
249 B
YAML
server:
|
|
cert: "./tools/osquery/kolide.crt"
|
|
key: "./tools/osquery/kolide.key"
|
|
auth:
|
|
jwt_key: very secure
|
|
osquery:
|
|
enroll_secret: super secure
|
|
result_log_file: /tmp/osquery_result
|
|
status_log_file: /tmp/osquery_status
|
|
logging:
|
|
debug: true |