annotate env @ 16:7a87ba2f00d9

reformat, fix some types, make more async
author drewp@bigasterisk.com
date Fri, 19 Jul 2024 00:49:38 -0700
parents 6ed25bcaaf1f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
403eff4a16c8 fix up indexer flow and fastapi server
drewp@bigasterisk.com
parents: 11
diff changeset
1 PREFECT_API_URL=http://dash:4200/api
15
6ed25bcaaf1f add prefect and rebuild flow to k8s
drewp@bigasterisk.com
parents: 13
diff changeset
2 PREFECT_HOME=./data/prefect
6ed25bcaaf1f add prefect and rebuild flow to k8s
drewp@bigasterisk.com
parents: 13
diff changeset
3 PREFECT_LOCAL_STORAGE_PATH=./data/prefect/storage
6ed25bcaaf1f add prefect and rebuild flow to k8s
drewp@bigasterisk.com
parents: 13
diff changeset
4 PREFECT_SERVER_API_HOST=0.0.0.0