13 lines
214 B
Clojure
13 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
|
|
}
|