Fix config: add updatedAt, fix source enum, fix database mode to postgres
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"$meta": {
|
||||
"version": 1,
|
||||
"source": "coolify"
|
||||
"updatedAt": "2026-04-04T12:00:00.000Z",
|
||||
"source": "configure"
|
||||
},
|
||||
"database": {
|
||||
"mode": "external",
|
||||
"mode": "postgres",
|
||||
"backup": {
|
||||
"enabled": true,
|
||||
"intervalMinutes": 60,
|
||||
|
||||
Reference in New Issue
Block a user