wonsun
06/15/2022, 7:03 AMconfig.toml
file be in the path where prefect is installed? There is only backend.toml
file in the path where my prefect is installed, are those two the same?
Also i can't read backend.toml
. I got the error message like below:
TomlDecodeError: Found invalid character in key name: ':'. Try quoting the key name. (line 1 column 2 char 1)
What's the backend.toml file?Anna Geller
06/15/2022, 11:26 AMShouldn't theit's not required - most of the configurations can be set via environment variables, but they can also alternatively be configured on config.toml if that's your preference I hope I haven't confused you even furtherfile be in the path where prefect is installed?config.toml
[server]
host = ...
port = ...
is equivalent to shell commands:
export PREFECT__SERVER__HOST=xxx
export PREFECT__SERVER__PORT=xxx
wonsun
06/16/2022, 3:44 AMAnna Geller
06/16/2022, 11:31 AMwonsun
06/21/2022, 7:00 AMAnna Geller
06/21/2022, 11:24 AMwonsun
06/22/2022, 12:38 AM