mirror of
https://github.com/mruwnik/chicken-master.git
synced 2025-06-08 13:24:42 +02:00
8 lines
182 B
Clojure
8 lines
182 B
Clojure
{;; Networking settings
|
|
:port 8000
|
|
:allow-origin ["http://91.218.78.71" "https://mruwnik.github.io"]
|
|
|
|
;; db settings
|
|
:db-uri {:jdbcUrl "jdbc:postgresql://localhost/chickens"}
|
|
}
|