Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
fix(config): allow rich mounted binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
folex committed May 2, 2023
1 parent 583a5da commit 1239477
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fluence/Config.default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@ bootstrap_max_delay = "60s"
upgrade_timeout = "10s"
keep_alive_timeout = "10s"
outbound_substream_timeout = "10s"

allowed_binaries = [
"/usr/bin/curl",
"/usr/bin/ipfs",
"/usr/bin/glaze",
"/usr/bin/bitcoin-cli"
]

0 comments on commit 1239477

Please sign in to comment.