(no title)
NoThisIsMe | 1 year ago
Obviously don't put secrets in there. For secrets and overrides you can use separate a `.env` file which is not checked in, and source it in `.envrc` with `dotenv_if_exists`
NoThisIsMe | 1 year ago
Obviously don't put secrets in there. For secrets and overrides you can use separate a `.env` file which is not checked in, and source it in `.envrc` with `dotenv_if_exists`
Fire-Dragon-DoL|1 year ago
pxc|1 year ago
.envrc is a whole bash script, so it can invoke command line tools that fetch secrets over the network or decrypt them from the disk.
NoThisIsMe|1 year ago