master-floor/ressult/config.json
2025-11-26 19:31:33 +03:00

24 lines
602 B
JSON

{
"application": {
"name": "MasterPol Partner Management System",
"version": "1.0.0",
"company_logo": "resources/logo.png",
"app_icon": "resources/icon.png"
},
"api": {
"base_url": "http://localhost:8000",
"timeout": 30
},
"style": {
"primary_color": "#007acc",
"secondary_color": "#005a9e",
"accent_color": "#28a745",
"font_family": "Arial",
"font_size": "12px"
},
"features": {
"enable_import": true,
"enable_export": true,
"enable_calculations": true
}
}