ibrahem
06/26/2022, 6:37 PMibrahem
06/26/2022, 9:25 PMKevin Kho
06/26/2022, 9:32 PMconfig.toml
? Server side or on the local machine side? I think that looks right. I would expect the config.toml to be on the machine you are registering from
You can also do:
flow.storage = Local(directory=..)
and it would save it there.ibrahem
06/26/2022, 9:35 PMKevin Kho
06/26/2022, 9:40 PMibrahem
06/26/2022, 9:47 PMprefect auth login --help
."
strange since I'm using server backend not cloud.Kevin Kho
06/26/2022, 9:49 PMprefect backend server
to point to server and set
PREFECT__SERVER__ENDPOINT=<http://IP_OF_VIRTUAL_MACHINE/graphql:4200>
ibrahem
06/26/2022, 9:49 PM$ prefect backend server
the .prefect created in the home of the user once againKevin Kho
06/27/2022, 3:14 PM