Simplify DB connection config to single JDBC_URL for all profiles

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 15:27:32 +01:00
co-authored by Claude Opus 4.6
parent 5c5834e497
commit 5f4800ccc0
+1 -7
View File
@@ -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