time_zone config added to application.yml #2488

This commit is contained in:
Priit Tark 2015-06-16 13:26:30 +03:00
parent a6e6f8293e
commit c3fc38d2e2
4 changed files with 8 additions and 1 deletions

View file

@ -10,6 +10,7 @@ required = %w(
webclient_ip
legal_documents_dir
bank_statement_import_dir
time_zone
)
Figaro.require_keys(required)