Refactor keys to current mon ns defs
This commit is contained in:
parent
d2c9e66717
commit
4d6af0e13f
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
(def config-defaults {:issuer "staging"
|
(def config-defaults {:issuer "staging"
|
||||||
:volume-size "3"})
|
:volume-size "3"})
|
||||||
|
|
||||||
(s/def ::mon-cfg mon/config?)
|
(s/def ::mon-cfg ::mon/mon-cfg)
|
||||||
(s/def ::mon-auth mon/auth?)
|
(s/def ::mon-auth ::mon/mon-auth)
|
||||||
|
|
||||||
(def config? (s/keys :req-un [::website/websites]
|
(def config? (s/keys :req-un [::website/websites]
|
||||||
:opt-un [::website/issuer
|
:opt-un [::website/issuer
|
||||||
|
|
Loading…
Reference in a new issue