Skip to content

Commit a950832

Browse files
committed
update config
1 parent 592ac07 commit a950832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/learn/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,8 @@ signer:
817817
```
818818

819819
**Command-line Flag:**
820-
`--rollkit.signer.type <string>`
821-
_Example:_ `--rollkit.signer.type grpc`
820+
`--rollkit.signer.signer_type <string>`
821+
_Example:_ `--rollkit.signer.signer_type grpc`
822822
_Default:_ (Depends on application, often "file" or none if not an aggregator)
823823
_Constant:_ `FlagSignerType`
824824

@@ -836,8 +836,8 @@ signer:
836836
```
837837

838838
**Command-line Flag:**
839-
`--rollkit.signer.path <string>`
840-
_Example:_ `--rollkit.signer.path ./keys/mykey.pem`
839+
`--rollkit.signer.signer_path <string>`
840+
_Example:_ `--rollkit.signer.signer_path ./keys/mykey.pem`
841841
_Default:_ (Depends on application)
842842
_Constant:_ `FlagSignerPath`
843843

0 commit comments

Comments
 (0)