Skip to content

Enviroments

Andros Fenollosa edited this page Sep 27, 2019 · 2 revisions

Configure

.lein-env

{
  :domain "http://localhost:4000"
  :debug  true
  :port   4000
  :db     {
            :classname   "org.sqlite.JDBC"
            :subprotocol "sqlite"
            :subname     "db.sqlite"
            }
  :email  {
            :host "localhost"
            :user ""
            :pass ""
            :ssl  false
            :port 1025
            :from "Tadam Framework <[email protected]>"
            }
}
                          
Clone this wiki locally