Idan Noti
12/10/2023, 11:12 AMMarvin
12/10/2023, 11:13 AMprefect config set PREFECT_API_URL="<http://127.0.0.1:4200/api>"
Moreover, you must be aware of the Prefect database configurations, as the database persists data to track the state of your flow runs and related Prefect concepts such as flow run and task run state, run history, logs, deployments, concurrency limits, storage blocks, variables, artifacts, and work pool status.
Prefect currently supports the following databases:
- SQLite: Default database used by Prefect.
For more information on profiles and configurable Prefect settings, you can refer to the "Profiles & Configuration" section in the Prefect documentation. This allows you to save the API server address in a Prefect profile so that whenever that profile is active, the API endpoint will be at the specified address.
For a more detailed guide on hosting a Prefect server and configuring it, you can refer to the hosting guide on Prefect's official documentation.