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