Skip to content

Commit ab9a144

Browse files
committed
fix: Add missing safedb.path op-node config option
1 parent 6150418 commit ab9a144

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pages/builders/node-operators/configuration/consensus-config.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,16 @@ RPC listening port. Default is `9545`.
723723
<Tabs.Tab>`OP_NODE_RPC_PORT=9545`</Tabs.Tab>
724724
</Tabs>
725725

726+
### safedb.path
727+
728+
File path used to persist safe head update data. Disabled if not set.
729+
730+
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
731+
<Tabs.Tab>`--safedb.path=<value>`</Tabs.Tab>
732+
<Tabs.Tab>`--safedb.path=/db`</Tabs.Tab>
733+
<Tabs.Tab>`SAFEDB_PATH=/db`</Tabs.Tab>
734+
</Tabs>
735+
726736
### sequencer.enabled
727737

728738
Enable sequencing of new L2 blocks. A separate batch submitter has to be deployed to publish the data for verifiers. Default is `false`.

0 commit comments

Comments
 (0)