Skip to content

Commit 3fec8c1

Browse files
naps62Evalir
andauthored
Clarifies readme regarding ignored env variables (foundry-rs#5591)
* Clarifies readme regarding ignored env variables * chore: make permalink --------- Co-authored-by: Enrique Ortiz <[email protected]>
1 parent 96345a2 commit 3fec8c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,7 @@ of a configuration value as the value of the parameter as the value itself. But
296296
corresponding [dapptools](https://github.com/dapphub/dapptools/tree/master/src/dapp#configuration) config vars are also
297297
supported, this means that `FOUNDRY_SRC` and `DAPP_SRC` are equivalent.
298298

299+
Some exceptions to the above are [explicitly ignored](https://github.com/foundry-rs/foundry/blob/10440422e63aae660104e079dfccd5b0ae5fd720/config/src/lib.rs#L1539-L15522) due to security concerns.
300+
299301
Environment variables take precedence over values in `foundry.toml`. Values are parsed as loose form of TOML syntax.
300302
Consider the following examples:

0 commit comments

Comments
 (0)