Jovan Sakovic
04/16/2022, 5:20 PMconfig.toml
? Specific example, using an external Postgres db, and adding its connection URL in the config.toml
under [server.database]
. It’d be good to keep the URL a secret, but still version control the file.
Or perhaps there’s a different way of configuring this, instead of adding it in the .toml
file?
Thanks in advance 🙌Kevin Kho
export PREFECT__SERVER__DATABASE=...
but I don’t think the toml file format can read an env var.Jeremiah
Kevin Kho
Jovan Sakovic
04/18/2022, 11:57 AM