Skip to content

Commit 9032965

Browse files
authored
Fix doc for nosave env variable
1 parent 49ab61c commit 9032965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All top-level configuration data are
2121

2222
| Name | Type | Default | Cli | Environment-Var | Description |
2323
|-------------|---------|---------|---------------|-----------------|---|
24-
| noSave | boolean | false | --nosave | NO_SAVE | do not persist changes in active connection list |
24+
| noSave | boolean | false | --nosave | NOSAVE | do not persist changes in active connection list |
2525
| noLogData | boolean | false | --no-log-data | NO_LOG_DATA | do not log values of redis keys to console |
2626
| ui | object | | | | see section 2. User interface parameter|
2727
| redis | object | | | | see section 3. General Redis connection parameter |

0 commit comments

Comments
 (0)