Skip to content

Commit

Permalink
Update base config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzvonimir committed Oct 7, 2024
1 parent d438e2f commit 6da5604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ debug = false
# When enabled, process data will be collected not just locally but also from configured remote sources.
# When this is enabled, 'server_host' and 'server_port' must be specified.
# Default: false
remote_collection = false
remote_collection = true

# The server host address for remote collection.
# This is required when 'remote_collection' is enabled and specifies the remote server to connect to.
# Default: (empty)
# server_host = ""
server_host = "pulse.devzero.dev:443"

# Regular expression pattern to exclude certain processes from being collected.
# This can be used to omit sensitive or irrelevant processes from the data collection.
Expand All @@ -61,7 +61,7 @@ remote_collection = false
# When enabled, data transmitted to and from the remote server will be encrypted.
# Requires 'cert_file' to be specified if true.
# Default: false
# secure_connection = false
secure_connection = true

# Path to the certificate file used for establishing a secure connection.
# This file should contain the SSL certificate when 'secure_connection' is enabled.
Expand Down

0 comments on commit 6da5604

Please sign in to comment.