yenu/env/prod/resources/config.edn

8 lines
118 B
Clojure
Raw Normal View History

{:production true
2017-03-29 14:39:03 +02:00
:creator-password "xxx"
:user-password "yyy"
2017-05-11 20:56:21 +02:00
:port 3000
:database-url "jdbc:sqlite:yenu.db"
}