Skip to content

Commit f2efffe

Browse files
committed
fix: add missing config and devConfig entries
1 parent 99b36c9 commit f2efffe

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,7 @@ core_config_version: 0
182182
# (DIFFERENT_ACROSS_APPS | OPTIONAL | Default: 3600000) long value. Time in milliseconds for how long a webauthn
183183
# account recovery token is valid for.
184184
# webauthn_recover_account_token_lifetime:
185+
186+
# (OPTIONAL | Default: http://localhost:4317) string value. The URL of the OpenTelemetry collector to which the core
187+
# will send telemetry data. This should be in the format http://<host>:<port> or https://<host>:<port>.
188+
# otel_collector_connection_uri:

devConfig.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,7 @@ disable_telemetry: true
182182
# (DIFFERENT_ACROSS_APPS | OPTIONAL | Default: 3600000) long value. Time in milliseconds for how long a webauthn
183183
# account recovery token is valid for.
184184
# webauthn_recover_account_token_lifetime:
185+
186+
# (OPTIONAL | Default: http://localhost:4317) string value. The URL of the OpenTelemetry collector to which the core
187+
# will send telemetry data. This should be in the format http://<host>:<port> or https://<host>:<port>.
188+
# otel_collector_connection_uri:

0 commit comments

Comments
 (0)