Skip to content

Commit

Permalink
Merge pull request #280 from databacker/update-samples
Browse files Browse the repository at this point in the history
udpate sample configs
  • Loading branch information
deitch authored Mar 17, 2024
2 parents ced4a48 + 8c6fa4e commit 0b372cd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions sample-configs/config.yaml → sample-configs/local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# sample configuration file for entire local config, not using remote config service
# will be overridden by command-line arguments
# sample configuration file for config entirely local, not using remote config service
# can be overridden by command-line arguments

# standard reference of type and version
type: config.databack.io
version: 1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# sample configuration file for all config provided by remote service
# sample configuration file for config entirely from remote service. When retrieving from remote,
# will also be told how to handle telemetry.
# can be overridden by command-line arguments

# standard reference of type and version
type: config.databack.io
version: 1

Expand Down
5 changes: 3 additions & 2 deletions sample-configs/telemetry-only.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# sample configuration file for telemetry service only; everything else is local
# will be overridden by command-line arguments
# or remote, if configured
# can be overridden by command-line arguments or remote, if configured

# only needed if registered to send logs and results to a telemetry service
# and not defined in the config service. Normally, you can just use the config
# to get the telemetry info

# standard reference of type and version
type: config.databack.io
version: 1

Expand Down

0 comments on commit 0b372cd

Please sign in to comment.