general store infra
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user