yenu/env/prod/resources/config.edn

14 lines
214 B
Clojure
Raw Normal View History

{:production true
2017-03-29 14:39:03 +02:00
:creator-password "xxx"
:user-password "yyy"
2021-07-31 00:24:27 +02:00
:port 80
2018-05-04 14:21:31 +02:00
:host "0.0.0.0"
2017-05-11 20:56:21 +02:00
:database-url "jdbc:sqlite:yenu.db"
: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
}