Fix config: add updatedAt, fix source enum, fix database mode to postgres
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user