
Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
10 lines
418 B
JSON
10 lines
418 B
JSON
{
|
|
"ssl_cert_path": "/app/backend/ssl/mx-aare-test.psi.ch.pem",
|
|
"ssl_key_path": "/app/backend/ssl/mx-aare-test.psi.ch.key",
|
|
"OPENAPI_URL": "https://backend:8000/openapi.json",
|
|
"SCHEMA_PATH": "/app/src/openapi.json",
|
|
"OUTPUT_DIRECTORY": "/app/openapi",
|
|
"PORT": 8000,
|
|
"SSL_KEY_PATH": "/app/backend/ssl/mx-aare-test.psi.ch.key",
|
|
"SSL_CERT_PATH": "/app/backend/ssl/mx-aare-test.psi.ch.pem"
|
|
} |