Getting the database back to life (dodgy, will probably revert)

This commit is contained in:
Simon Brooke 2020-09-20 14:24:57 +01:00
parent 20d6c9bd9a
commit a805f3ccc5
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
6 changed files with 7 additions and 5 deletions

View file

@ -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"))))