
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
304 B
JSON
10 lines
304 B
JSON
{
|
|
"ssl_cert_path": "ssl/cert.pem",
|
|
"ssl_key_path": "ssl/key.pem",
|
|
"OPENAPI_URL": "https://backend:8000/openapi.json",
|
|
"SCHEMA_PATH": "/app/src/openapi.json",
|
|
"OUTPUT_DIRECTORY": "/app/openapi",
|
|
"PORT": 8000,
|
|
"SSL_KEY_PATH": "ssl/key.pem",
|
|
"SSL_CERT_PATH": "ssl/cert.pem"
|
|
} |