61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"name": "pocketbase-lite",
|
|
"version": "0.1.0",
|
|
"paths": {
|
|
"data": "collections/",
|
|
"media": "media/",
|
|
"indexes": ".gitapp/indexes/"
|
|
},
|
|
"schemas": [
|
|
{
|
|
"id": "categories",
|
|
"file": "schemas/categories.json",
|
|
"glob": "collections/categories/*.json"
|
|
},
|
|
{
|
|
"id": "brands",
|
|
"file": "schemas/brands.json",
|
|
"glob": "collections/brands/*.json"
|
|
},
|
|
{
|
|
"id": "products",
|
|
"file": "schemas/products.json",
|
|
"glob": "collections/products/*.json"
|
|
},
|
|
{
|
|
"id": "customers",
|
|
"file": "schemas/customers.json",
|
|
"glob": "collections/customers/*.json"
|
|
},
|
|
{
|
|
"id": "orders",
|
|
"file": "schemas/orders.json",
|
|
"glob": "collections/orders/*.json"
|
|
},
|
|
{
|
|
"id": "order_items",
|
|
"file": "schemas/order_items.json",
|
|
"glob": "collections/order_items/*.json"
|
|
},
|
|
{
|
|
"id": "reviews",
|
|
"file": "schemas/reviews.json",
|
|
"glob": "collections/reviews/*.json"
|
|
}
|
|
],
|
|
"operations": [
|
|
"create-record",
|
|
"update-record",
|
|
"delete-record"
|
|
],
|
|
"policies": {
|
|
"roles": [
|
|
"viewer",
|
|
"editor"
|
|
],
|
|
"acl": null
|
|
},
|
|
"lfs": {
|
|
"enabled": false
|
|
}
|
|
} |