yenu/env/prod/resources/config.edn
2022-05-05 11:28:58 +02:00

14 lines
214 B
Clojure

{:production true
:creator-password "xxx"
:user-password "yyy"
:port 80
:host "0.0.0.0"
:database-url "jdbc:sqlite:yenu.db"
:basepath "http://localhost"
:authors ["Aaron Fischer"]
:images-per-page 25
}