site-library/ref/server/config.json
2025-03-30 10:42:28 +02:00

15 lines
235 B
JSON

{
"meta": {
"appName": "PocketBase",
"appUrl": "http://localhost:8090"
},
"settings": {
"logs": {
"maxDays": 7
},
"backups": {
"cron": "0 0 * * *",
"cronMaxKeep": 7
}
}
}