https://prefect.io logo
p

paimoe

05/19/2022, 1:24 AM
running on ECS (trying to), how can I set the equivalent of
prefect backend server
in ENV variables? since it's complaining about no API key
or do I just set the
PREFECT__CLOUD__API
and if the host is not prefect.io it'll automatically pick that up?
k

Kevin Kho

05/19/2022, 1:41 AM
Copy code
PREFECT__BACKEND="server"
👍 1
and
Copy code
PREFECT__SERVER__ENDPOINT="YOUR_MACHINES_PUBLIC_IP:4200/graphql"
4 Views