12 lines
199 B
Clojure
12 lines
199 B
Clojure
{:production true
|
|
:creator-password "xxx"
|
|
:user-password "yyy"
|
|
:port 3000
|
|
|
|
:database-url "jdbc:sqlite:yenu.db"
|
|
|
|
:basepath "http://localhost"
|
|
:authors ["Aaron Fischer"]
|
|
|
|
:images_per_page 25
|
|
}
|