2021-03-06 21:55:41 +01:00

8 lines
220 B
Clojure

{;; Networking settings
:port 3000
:allow-origin ["http://localhost:8280" "http://localhost:3000"]
;; db settings
:db-uri {:jdbcUrl "jdbc:postgresql://localhost/postgres?user=postgres&password=mysecretpassword"}
}