From af15d756e2af5e258afd087b96cc2afe03ef5e28 Mon Sep 17 00:00:00 2001 From: chaim Date: Sat, 4 Apr 2026 13:03:48 +0000 Subject: [PATCH] Add connectionString to database config --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 4eb28df..0fee83d 100644 --- a/config.json +++ b/config.json @@ -6,6 +6,7 @@ }, "database": { "mode": "postgres", + "connectionString": "postgres://paperclip:paperclip_coolify_2026@ywmhm4e7zzedbf9k1duoujev:5432/paperclip", "backup": { "enabled": true, "intervalMinutes": 60,