
Updated relationships for beamtime in models to support many-to-many associations with pucks, samples, and dewars. Refactored API endpoints to accommodate these changes, ensuring accurate assignment and retrieval of data. Improved sample data generation logic and incremented the application version for the new updates.
10 lines
320 B
JSON
10 lines
320 B
JSON
{
|
|
"ssl_cert_path": "ssl/cert.pem",
|
|
"ssl_key_path": "ssl/key.pem",
|
|
"OPENAPI_URL": "https://0.0.0.0:8000/openapi.json",
|
|
"SCHEMA_PATH": "./src/openapi.json",
|
|
"OUTPUT_DIRECTORY": "./openapi",
|
|
"PORT": 8000,
|
|
"SSL_KEY_PATH": "../backend/ssl/key.pem",
|
|
"SSL_CERT_PATH": "../backend/ssl/cert.pem"
|
|
} |