mirror of
https://gitlab.com/wheres-the-tp/server.git
synced 2026-01-25 06:14:55 -06:00
more db config changes for heroku
This commit is contained in:
parent
f0cd8343a4
commit
8f0128ecac
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
[spec]
|
||||
(let [cpds (doto (ComboPooledDataSource.)
|
||||
(.setDriverClass (:classname spec))
|
||||
(.setJdbcUrl (str "jdbc:" (:url db-spec)))
|
||||
(.setJdbcUrl (str (:url db-spec)))
|
||||
; (.setUser (:user spec))
|
||||
; (.setPassword (:password spec))
|
||||
;; expire excess connections after 30 minutes of inactivity:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue