Will Milner
04/28/2020, 3:37 PMZachary Hughes
04/28/2020, 3:57 PMWill Milner
04/28/2020, 4:07 PMZachary Hughes
04/28/2020, 4:07 PMprefect backend server?
Will Milner
04/28/2020, 4:09 PMZachary Hughes
04/28/2020, 4:15 PMlocalhost
endpoints doing the trick-- just trying to get the lay of the land on your setup.Will Milner
04/28/2020, 4:19 PMZachary Hughes
04/28/2020, 4:25 PMnicholas
04/28/2020, 4:30 PM~/.prefect/config.toml
file like this:
# ~/.prefect/config.toml
[server]
[server.ui]
graphql_url = "<http://your_ec2_endpoint.com:4200/graphql|your_ec2_endpoint.com:4200/graphql>"
or by setting the environment variable on the machine:
export PREFECT__SERVER__UI__GRAPHQL_URL="<http://your_ec2_endpoint.com:4200/graphql|your_ec2_endpoint.com:4200/graphql>"
prefect server start
again!Zachary Hughes
04/28/2020, 4:34 PM0.10.3
or higher to take advantage of that.Will Milner
04/28/2020, 4:42 PMservices
instead of server
nicholas
04/28/2020, 4:46 PM