mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
Without seed data the Settings endpoint returns 404, causing the frontend to fall back to hardcoded defaults on every page load. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
592 B
JSON
28 lines
592 B
JSON
{
|
|
"entity": "Settings",
|
|
"version": "1.0",
|
|
"package": "codeforge",
|
|
"description": "Default application settings for CodeForge",
|
|
"records": [
|
|
{
|
|
"id": "app",
|
|
"tenantId": "default",
|
|
"autoSave": true,
|
|
"autoSync": true,
|
|
"syncInterval": 30000,
|
|
"dbalApiUrl": "http://localhost:8080",
|
|
"useIndexedDB": true,
|
|
"theme": "light",
|
|
"locale": "en",
|
|
"createdAt": 0,
|
|
"updatedAt": 0
|
|
}
|
|
],
|
|
"metadata": {
|
|
"bootstrap": true,
|
|
"skipIfExists": true,
|
|
"timestampField": "createdAt",
|
|
"useCurrentTimestamp": true
|
|
}
|
|
}
|