Ulf Gebhardt d199d47730
feat(backend): seed multi project architecture (#327)
* rename manual folder to seed-manual

* adjust seed structure to support multiple projects

* add gitignore

---------

Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-08-26 11:46:06 +02:00

30 lines
764 B
JSON

{
"collection": "maps",
"meta": {
"insert_order": 1,
"create": true,
"update": true,
"delete": true,
"preserve_ids": false,
"ignore_on_update": []
},
"data": [
{
"_sync_id": "map-local-development",
"name": "Local Development",
"url": "http://local.development",
"zoom": 6,
"own_tag_space": true,
"center": {
"type": "Point",
"coordinates": [
10.067625824315172,
50.51565268622562
]
},
"donation_widget": false,
"custom_text": "# Welcome to the Development Server\n\nThis map is just for development purposes and to try out new things.",
"default_theme": null
}
]
}