Skip to content

Commit

Permalink
Merge pull request #130 from denis-mueller/master
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
jorgemanrubia authored Jan 30, 2025
2 parents 783a5dd + 4ca57d2 commit d026619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ These config options are namespaced in `config.console1984`:
| `ask_for_username_if_empty` | If `true`, the console will ask for a username if it is empty. If `false`, it will raise an error if no username is set. Defaults to `false`. |
| `production_data_warning` | The text to show when a console session starts. |
| `enter_unprotected_encryption_mode_warning` | The text to show when user enters into unprotected mode. |
| `enter_protected_mode_warning` | The text to show when user go backs to protected mode. |
| `enter_protected_mode_warning` | The text to show when user goes back to protected mode. |
| `incinerate` | Whether incinerate sessions automatically after a period of time or not. Default to `true`. |
| `incinerate_after` | The period to keep sessions around before incinerate them. Default `30.days`. |
| `incineration_queue` | The name of the queue for session incineration jobs. Default `console1984_incineration`. |
Expand Down

0 comments on commit d026619

Please sign in to comment.