Docs: remove "regular" from string definition (#5309)

pull/5325/head
Karen Miller 4 years ago committed by GitHub
parent f0ef4662fe
commit d787a0fe28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/clients/promtail/configuration.md
  2. 4
      docs/sources/configuration/_index.md

@ -70,8 +70,8 @@ Where default_value is the value to use if the environment variable is undefined
- `<filename>`: a valid path relative to current working directory or an
absolute path.
- `<host>`: a valid string consisting of a hostname or IP followed by an optional port number
- `<string>`: a regular string
- `<secret>`: a regular string that is a secret, such as a password
- `<string>`: a string
- `<secret>`: a string that represents a secret, such as a password
### Supported contents and default values of `config.yaml`:

@ -72,8 +72,8 @@ Pass the `-config.expand-env` flag at the command line to enable this way of set
- `<labelvalue>` : a string of unicode characters
- `<filename>` : a valid path relative to current working directory or an absolute path.
- `<host>` : a valid string consisting of a hostname or IP followed by an optional port number
- `<string>` : a regular string
- `<secret>` : a regular string that is a secret, such as a password
- `<string>` : a string
- `<secret>` : a string that represents a secret, such as a password
### Supported contents and default values of `loki.yaml`

Loading…
Cancel
Save