15 lines
312 B
Clojure
15 lines
312 B
Clojure
{:dev true
|
|
:port 3000
|
|
:host "0.0.0.0"
|
|
:creator-password "creator"
|
|
:user-password "user"
|
|
;; when :nrepl-port is set the application starts the nREPL server on load
|
|
:nrepl-port 7000
|
|
|
|
:database-url "jdbc:sqlite:yenu_dev.db"
|
|
|
|
:basepath "http://localhost"
|
|
:authors ["Aaron Fischer"]
|
|
|
|
:images-per-page 25
|
|
}
|