Skip to content

Commit

Permalink
Clarify separator configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ncNet committed Jun 18, 2021
1 parent 44c6bff commit 7faaf15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ assigned to the correct configuration. The file with the name
and the content of the file, its value.

The base directory and separator can be configured. The separator can
alternatively take the value `'_'` and will be replaced by a point during
alternatively take the value `_` and will be replaced by a point during
processing.

### `EnvironmentSecretsPropertyEnvironmentPostProcessor`
Expand Down Expand Up @@ -141,7 +141,7 @@ Configuration
| ----------------------- | ---------- | -------------- | -------------------------------------------------------------------- | ------------------------------------------------------ |
| secrets.file.properties | _`Map`_ | | `spring.datasource.username=/run/secrets/spring.datasource.username` | `FilenameConfigDataSecretsEnvironmentPostProcessor` |
| secrets.file.base-dir | _`String`_ | `/run/secrets` | `/some/base/directory` | `FilenameSecretsEnvironmentPostProcessor` |
| secrets.file.separator | _`char`_ | `'.'` | Only `'.'` or `'_'` | `FilenameSecretsEnvironmentPostProcessor` |
| secrets.file.separator | _`String`_ | `.` | Only `.` or `_` | `FilenameSecretsEnvironmentPostProcessor` |
| secrets.env.properties | _`Map`_ | | `spring.mail.host=SMTP_USER_FILE` | `EnvironmentConfigDataSecretsEnvironmentPostProcessor` |


Expand Down

0 comments on commit 7faaf15

Please sign in to comment.