@@ -100,12 +100,14 @@ An unique identifier representing a blockchain network."""
100100used-by = [" evmreader" , " claimer" , " node" ]
101101
102102[blockchain .CARTESI_BLOCKCHAIN_HTTP_ENDPOINT ]
103+ file = true
103104go-type = " URL"
104105description = """
105106HTTP endpoint for the blockchain RPC provider."""
106107used-by = [" evmreader" , " claimer" , " node" ]
107108
108109[blockchain .CARTESI_BLOCKCHAIN_WS_ENDPOINT ]
110+ file = true
109111go-type = " URL"
110112description = """
111113WebSocket endpoint for the blockchain RPC provider."""
@@ -220,34 +222,21 @@ omit = true
220222used-by = [" claimer" , " node" , " cli" ]
221223
222224[auth .CARTESI_AUTH_PRIVATE_KEY ]
225+ file = true
223226go-type = " RedactedString"
224227description = """
225228The node will use this private key to sign transactions."""
226229omit = true
227230used-by = [" claimer" , " node" , " cli" ]
228231
229- [auth .CARTESI_AUTH_PRIVATE_KEY_FILE ]
230- go-type = " string"
231- description = """
232- The node will use the private key contained in this file to sign transactions."""
233- omit = true
234- used-by = [" claimer" , " node" , " cli" ]
235-
236232[auth .CARTESI_AUTH_MNEMONIC ]
233+ file = true
237234go-type = " RedactedString"
238235description = """
239236The node will use the private key generated from this mnemonic to sign transactions."""
240237omit = true
241238used-by = [" claimer" , " node" , " cli" ]
242239
243- [auth .CARTESI_AUTH_MNEMONIC_FILE ]
244- go-type = " string"
245- description = """
246- The node will use the private key generated from the mnemonic contained in this file
247- to sign transactions."""
248- omit = true
249- used-by = [" claimer" , " node" , " cli" ]
250-
251240[auth .CARTESI_AUTH_MNEMONIC_ACCOUNT_INDEX ]
252241default = " 0"
253242go-type = " RedactedUint"
@@ -281,6 +270,7 @@ used-by = ["claimer", "node", "cli"]
281270
282271[database .CARTESI_DATABASE_CONNECTION ]
283272default = " "
273+ file = true
284274go-type = " URL"
285275description = """
286276Postgres endpoint in the 'postgres://user:password@hostname:port/database' format (URL).
0 commit comments