40 lines
761 B
JSON
40 lines
761 B
JSON
{
|
|
"store": {
|
|
"id": "example",
|
|
"name": "Example Store",
|
|
"base_url": "https://example.org",
|
|
"api": {
|
|
"catalog": "/api/software",
|
|
"download": "/api/download"
|
|
}
|
|
},
|
|
|
|
"paths": {
|
|
"roms_root": "/userdata/roms",
|
|
"subfolder": "example"
|
|
},
|
|
|
|
"emulationstation": {
|
|
"folder_name": "Example Store",
|
|
"restart": true
|
|
},
|
|
|
|
"catalog": {
|
|
"statuses": ["released", "archived"],
|
|
"owner_id": null,
|
|
"only": [],
|
|
"exclude": []
|
|
},
|
|
|
|
"platforms": {
|
|
"c64": { "system": "c64", "kind": "cartridge", "ext": ".prg", "enabled": true },
|
|
"tic80": { "system": "tic80", "kind": "cartridge", "ext": ".tic", "enabled": true }
|
|
},
|
|
|
|
"behavior": {
|
|
"prune": true,
|
|
"timeout": 30,
|
|
"insecure": false
|
|
}
|
|
}
|