mirror of https://github.com/status-im/timbre.git
Clarified example Postal config.
This commit is contained in:
parent
7844eea6c9
commit
f454ac9afb
|
@ -75,7 +75,7 @@
|
|||
:locale nil ; A Locale object, or nil
|
||||
;; A Postal message map, or nil.
|
||||
;; ^{:host "mail.isp.net" :user "jsmith" :pass "sekrat!!1"}
|
||||
;; {:from "me@draines.com" :to "foo@example.com"}
|
||||
;; {:from "Bob's logger <me@draines.com>" :to "foo@example.com"}
|
||||
:postal nil}}))
|
||||
|
||||
(defn set-config! [[k & ks] val] (swap! config assoc-in (cons k ks) val))
|
||||
|
|
Loading…
Reference in New Issue