You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,5 +296,7 @@ of a configuration value as the value of the parameter as the value itself. But
296
296
corresponding [dapptools](https://github.com/dapphub/dapptools/tree/master/src/dapp#configuration) config vars are also
297
297
supported, this means that `FOUNDRY_SRC` and `DAPP_SRC` are equivalent.
298
298
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
+
299
301
Environment variables take precedence over values in `foundry.toml`. Values are parsed as loose form of TOML syntax.
0 commit comments