mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 19:59:38 +02:00
Refactor figaro config
This commit is contained in:
parent
1c2e8c9dac
commit
192591139f
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
required = %w(
|
Figaro.require_keys(%w[
|
||||||
app_name
|
app_name
|
||||||
zonefile_export_dir
|
zonefile_export_dir
|
||||||
secret_key_base
|
secret_key_base
|
||||||
|
@ -11,6 +11,4 @@ required = %w(
|
||||||
legal_documents_dir
|
legal_documents_dir
|
||||||
bank_statement_import_dir
|
bank_statement_import_dir
|
||||||
time_zone
|
time_zone
|
||||||
)
|
])
|
||||||
|
|
||||||
Figaro.require_keys(required)
|
|
Loading…
Add table
Add a link
Reference in a new issue