Fix config: add updatedAt, fix source enum, fix database mode to postgres

This commit is contained in:
2026-04-04 12:58:48 +00:00
parent 2a992af69e
commit f791af49bd

View File

@@ -1,10 +1,11 @@
{ {
"$meta": { "$meta": {
"version": 1, "version": 1,
"source": "coolify" "updatedAt": "2026-04-04T12:00:00.000Z",
"source": "configure"
}, },
"database": { "database": {
"mode": "external", "mode": "postgres",
"backup": { "backup": {
"enabled": true, "enabled": true,
"intervalMinutes": 60, "intervalMinutes": 60,