https://prefect.io logo
Title
a

ar

12/02/2022, 5:02 AM
Hi again, may i know based on https://docs.prefect.io/tutorials/deployments/ how can i leverage the use of config.json file ? is it customable on storage like prefect parameters? tq for your advice
1
j

Jeff Hale

12/02/2022, 1:43 PM
Hi ar, That file can be included in your
.prefectignore
so that it is not uploaded. That’s the only point in having it in that example. From that section of the docs:
In our example, we might add a line to
.prefectignore
for
config.json
as it is an unused file.
a

ar

12/02/2022, 1:44 PM
Hi Jeff thanks again..i misunderstood the purpose ok got it. 🙌
👍 1