File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
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.1 "
3+ com.github.parenthesin/components {:mvn/version " 0.4.0-alpha1 "
44 :exclusions [prismatic/schema]}
55 com.github.seancorfield/honeysql {:mvn/version " 2.6.1203" }
66 metosin/reitit-swagger {:mvn/version " 0.7.2" }
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 ]}
11+ :port #or [#env DB_PORT 5432 ]
12+ :useSSL false }
1213
1314 :db-docs {:dir #or [#env DB_DOCS_DIR " target" ]
1415 :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