8 lines
185 B
Python
8 lines
185 B
Python
SERVICE_CARD = {
|
|
"name": "endpoint-monitor",
|
|
"kind": "fastapi-service",
|
|
"entrypoint": "app.main:app",
|
|
"authentication": "none",
|
|
"storage": "process-local-memory",
|
|
}
|