From f791af49bdd16bb91fd3b82c57c6851cb3625683 Mon Sep 17 00:00:00 2001 From: chaim Date: Sat, 4 Apr 2026 12:58:48 +0000 Subject: [PATCH] Fix config: add updatedAt, fix source enum, fix database mode to postgres --- config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 71c91ff..4eb28df 100644 --- a/config.json +++ b/config.json @@ -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,