Daniel O'Connell d0a14bd1ab Configs
2021-02-23 21:57:02 +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"}
}