mirror of
https://github.com/mruwnik/chicken-master.git
synced 2025-06-08 21:34:43 +02:00
8 lines
220 B
Clojure
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"}
|
|
}
|