2017-02-16 22:31:16 +01:00
|
|
|
{:dev true
|
2021-07-31 00:24:27 +02:00
|
|
|
:port 80
|
2018-05-04 14:21:31 +02:00
|
|
|
:host "0.0.0.0"
|
2017-03-29 14:39:03 +02:00
|
|
|
:creator-password "creator"
|
|
|
|
:user-password "user"
|
2017-02-16 22:31:16 +01:00
|
|
|
;; when :nrepl-port is set the application starts the nREPL server on load
|
2017-05-11 20:56:21 +02:00
|
|
|
:nrepl-port 7000
|
|
|
|
|
|
|
|
:database-url "jdbc:sqlite:yenu_dev.db"
|
2017-05-11 21:37:39 +02:00
|
|
|
|
|
|
|
:basepath "http://localhost"
|
|
|
|
:authors ["Aaron Fischer"]
|
|
|
|
|
2018-05-04 14:21:31 +02:00
|
|
|
:images-per-page 25
|
2017-05-11 20:56:21 +02:00
|
|
|
}
|