running on ECS (trying to), how can I set the equi...
# prefect-community
p
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
Copy code
PREFECT__BACKEND="server"
👍 1
and
Copy code
PREFECT__SERVER__ENDPOINT="YOUR_MACHINES_PUBLIC_IP:4200/graphql"