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 (#132)
Browse files Browse the repository at this point in the history
* fix(config): allow rich mounted binaries

* fix: omg, TOML is hard
  • Loading branch information
folex committed May 2, 2023
1 parent 583a5da commit fd17942
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
@@ -1,3 +1,10 @@
allowed_binaries = [
"/usr/bin/curl",
"/usr/bin/ipfs",
"/usr/bin/glaze",
"/usr/bin/bitcoin-cli"
]

## ed25519, rsa, secp256k1 private keys available for this node. Generation is available only for ed25519 and secp256k1.
## Either value or path should be defined. Value is base58 bytes.
## ed25519 format is set by default
Expand Down

0 comments on commit fd17942

Please sign in to comment.