Getting the database back to life (dodgy, will probably revert)
This commit is contained in:
parent
20d6c9bd9a
commit
a805f3ccc5
6 changed files with 7 additions and 5 deletions
2
env/dev/clj/user.clj
vendored
2
env/dev/clj/user.clj
vendored
|
|
@ -30,6 +30,6 @@
|
|||
(.bind "java:comp/env/jdbc/testdb"
|
||||
(doto (org.postgresql.ds.PGSimpleDataSource.)
|
||||
(.setServerName "localhost")
|
||||
(.setDatabaseName "youyesyet_dev")
|
||||
(.setDatabaseName "loriner") ;; "youyesyet_dev")
|
||||
(.setUser "youyesyet")
|
||||
(.setPassword "thisisnotsecure"))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue