Skip to content

Commit

Permalink
Update docs/configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
Mateusz Rzeszutek and MrAlias authored Apr 1, 2021
1 parent 82ba1d2 commit 5f0ed43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In addition to environment variables, other ways of defining configuration also

- [Java System
Properties](https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html):
These properties converted to lower case with hyphens and periods replaced by
underscores MUST match the environment variables. For example:
These properties MUST match the environment variables converting to lower
case and replacing underscores with hyphens or periods. For example:
system property `splunk.context.server-timing.enabled` is equivalent to environment
variable `SPLUNK_CONTEXT_SERVER_TIMING_ENABLED`.

0 comments on commit 5f0ed43

Please sign in to comment.