File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11{:paths [" src" " resources" ]
22 :deps {org.clojure/clojure {:mvn/version " 1.12.0" }
3- com.github.parenthesin/components {:mvn/version " 0.3.0 "
3+ com.github.parenthesin/components {:mvn/version " 0.3.1 "
44 :exclusions [prismatic/schema]}
5- com.github.seancorfield/honeysql {:mvn/version " 2.6.1196 " }
5+ com.github.seancorfield/honeysql {:mvn/version " 2.6.1203 " }
66 metosin/reitit-swagger {:mvn/version " 0.7.2" }
77 org.postgresql/postgresql {:mvn/version " 42.7.4" }
8- com.taoensso/encore {:mvn/version " 3.122 .0" }
8+ com.taoensso/encore {:mvn/version " 3.127 .0" }
99 datalevin/datalevin {:mvn/version " 0.9.12" }
1010 buddy/buddy-sign {:mvn/version " 3.6.1-359" }
1111 metosin/malli {:mvn/version " 0.16.4" }}
Original file line number Diff line number Diff line change 88 :username #or [#env DB_USER " postgres" ]
99 :password #or [#env DB_PASS " postgres" ]
1010 :host #or [#env DB_HOST " localhost" ]
11- :port #or [#env DB_PORT 5432 ]
12- :useSSL true }
11+ :port #or [#env DB_PORT 5432 ]}
1312
1413 :db-docs {:dir #or [#env DB_DOCS_DIR " target" ]
1514 :url #or [#env DB_DOCS_URL " https://github.com/clj-codes/docs.extractor/releases/download" ]
You can’t perform that action at this time.
0 commit comments