yenu/env/prod/resources/config.edn

14 lines
216 B
Clojure

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