You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,8 @@ These config options are namespaced in `config.console1984`:
158
158
|`incineration_queue`| The name of the queue for session incineration jobs. Default `console1984_incineration`. |
159
159
|`base_record_class`| The host application base class that will be the parent of `console1984` records. By default it's `::ApplicationRecord`. |
160
160
161
+
`console1984` will disable the Rails sandbox console, becuase it's not able to record sessions while in sandbox mode. Set [`config.disable_sandbox = false`](https://guides.rubyonrails.org/configuring.html#config-disable-sandbox) if you still want to allow the sandbox.
162
+
161
163
### SSH Config
162
164
163
165
To automatically set the `CONSOLE_USER` env var for sessions, you'll need to configure SSH on the server to accept the environment variable.
0 commit comments