This commit is contained in:
Andros Fenollosa 2020-06-11 17:55:24 +02:00
parent 5bf4fac2ef
commit b82a252bbe
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ smtp-from: "api2smtp <no-reply@www.tadam-framework.dev>"
smtp-host: localhost
smtp-user:
smtp-pass:
smtp-ssl: false
smtp-tls: false
smtp-port: 1025

View File

@ -6,7 +6,7 @@
:dependencies [;; Clojure
[org.clojure/clojure "1.10.1"]
;; Tadam core
[tadam-core "0.4.0"]
[tadam-core "0.4.1"]
;; HTTP Server
[ring "1.8.0"]
;; Ring middleware that prevents CSRF attacks