-
-
Notifications
You must be signed in to change notification settings - Fork 1
Enviroments
Andros Fenollosa edited this page Sep 27, 2019
·
2 revisions
.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]>"
}
}