fixed: default value of :import-file

This commit is contained in:
Johannes Lötzsch 2022-03-09 07:43:51 +01:00
parent 18ac205302
commit 9bc11c5bb8
3 changed files with 4 additions and 1 deletions

1
backend/.gitignore vendored
View File

@ -13,3 +13,4 @@ pom.xml.asc
/.clj-kondo/.cache
result
data
*~

View File

@ -23,7 +23,7 @@
(s/def ::admin-passphrase (s/nilable string?)) ;; allows setting up ngo logins and encrypted downloads of db exports
(s/def ::admin-gpg-id string?)
(s/def ::import-file string?)
(s/def ::import-file (s/nilable string?))
(s/def ::mail-host string?)
(s/def ::mail-user string?)

View File

@ -10,6 +10,8 @@
:db-export-prefix "./data/export/"
:db-validate true
:import-file nil
;:mail-host ""
;:mail-user ""
;:mail-pass ""