Implement FastAPI Temporal MVP pipeline
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
APP_NAME=temporal-image-pipeline
|
||||
API_PREFIX=/api/v1
|
||||
DEBUG=false
|
||||
AUTO_CREATE_TABLES=true
|
||||
DATABASE_URL=sqlite+aiosqlite:///./temporal_demo.db
|
||||
TEMPORAL_ADDRESS=localhost:7233
|
||||
TEMPORAL_NAMESPACE=default
|
||||
Reference in New Issue
Block a user