Skip to content

Commit

Permalink
docs: configuration reference explain how to populate map stirng env …
Browse files Browse the repository at this point in the history
…string (#8677)
  • Loading branch information
nopcoder authored Feb 17, 2025
1 parent 20d540c commit f8e8326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/enterprise/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ All the configuration variables can be set or overridden using environment varia
To set an environment variable, prepend `FLUFFY_` to its name, convert it to upper case, and replace `.` with `_`:

For example, `logging.format` becomes `FLUFFY_LOGGING_FORMAT`, `auth.saml.enabled` becomes `FLUFFY_AUTH_SAML_ENABLED`, etc.

To set a value for a `map[string]string` type field, use the syntax `key1=value1,key2=value2,...`.
1 change: 1 addition & 0 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ To set an environment variable, prepend `LAKEFS_` to its name, convert it to upp

For example, `logging.format` becomes `LAKEFS_LOGGING_FORMAT`, `blockstore.s3.region` becomes `LAKEFS_BLOCKSTORE_S3_REGION`, etc.

To set a value into a `map[string]string` type field, use the syntax `key1=value1,key2=value2,...`

## Example Configurations

Expand Down

0 comments on commit f8e8326

Please sign in to comment.