PREFECT_API_URL
setting to http://127.0.0.1:4200/api
, run:
PREFECT_API_URL
setting, run:
prefect.toml
or .env
file in the project directory and add the settings with the values you want to use.
For example, to configure the PREFECT_API_URL
setting to http://127.0.0.1:4200/api
, create a .env
file with the following content:
PREFECT_API_URL
setting to http://127.0.0.1:4200/api
in a prefect.toml
file, create a prefect.toml
file with the following content:
PREFECT_API_URL
setting to http://127.0.0.1:4200/api
for a process, set the PREFECT_API_URL
environment variable to http://127.0.0.1:4200/api
.