From 5f4800ccc02fe29ac68af156392c43c13dca0b01 Mon Sep 17 00:00:00 2001 From: Per Magnus Petersen Date: Tue, 17 Feb 2026 15:27:32 +0100 Subject: [PATCH] Simplify DB connection config to single JDBC_URL for all profiles Co-Authored-By: Claude Opus 4.6 --- resources/system.edn | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/resources/system.edn b/resources/system.edn index 4d00494..3603376 100644 --- a/resources/system.edn +++ b/resources/system.edn @@ -33,13 +33,7 @@ :env #ig/ref :system/env} :db.sql/connection - #profile {:dev {:jdbc-url #env JDBC_URL} - :test {:jdbc-url #env JDBC_URL} - :prod {:jdbc-url #env JDBC_URL - :init-size 1 - :min-idle 1 - :max-idle 8 - :max-active 32}} + {:jdbc-url #env JDBC_URL} :db.sql/query-fn {:conn #ig/ref :db.sql/connection