diff --git a/src/NoteHub/settings.clj b/src/NoteHub/settings.clj index b54dbf6..512fa23 100644 --- a/src/NoteHub/settings.clj +++ b/src/NoteHub/settings.clj @@ -36,7 +36,7 @@ value (settings-map key) ; Through this hack we can read security-critical settings from (previously ; set) shell variables without commiting their content to CVS - value (if-not value + value (if value value (System/getenv (upper-case (replace (name key) #"-" ""))))]