51 lines
972 B
JSON
51 lines
972 B
JSON
{
|
|
"name": "pocketbase-lite",
|
|
"version": "0.1.0",
|
|
"paths": {
|
|
"data": "collections/",
|
|
"media": "media/",
|
|
"indexes": ".gitapp/indexes/"
|
|
},
|
|
"schemas": [
|
|
{
|
|
"id": "cuisines",
|
|
"file": "schemas/cuisines.json",
|
|
"glob": "collections/cuisines/*.json"
|
|
},
|
|
{
|
|
"id": "tags",
|
|
"file": "schemas/tags.json",
|
|
"glob": "collections/tags/*.json"
|
|
},
|
|
{
|
|
"id": "users",
|
|
"file": "schemas/users.json",
|
|
"glob": "collections/users/*.json"
|
|
},
|
|
{
|
|
"id": "recipes",
|
|
"file": "schemas/recipes.json",
|
|
"glob": "collections/recipes/*.json"
|
|
},
|
|
{
|
|
"id": "ingredients",
|
|
"file": "schemas/ingredients.json",
|
|
"glob": "collections/ingredients/*.json"
|
|
}
|
|
],
|
|
"operations": [
|
|
"create-record",
|
|
"update-record",
|
|
"delete-record"
|
|
],
|
|
"policies": {
|
|
"roles": [
|
|
"viewer",
|
|
"editor"
|
|
],
|
|
"acl": null
|
|
},
|
|
"lfs": {
|
|
"enabled": false
|
|
}
|
|
} |